]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/usbd.conf
This commit was generated by cvs2svn to compensate for changes in r53574,
[FreeBSD/FreeBSD.git] / etc / usbd.conf
1 # Configuration file the USB daemon.
2 #
3 # See usbd.conf(5) for the description of the format of the file.
4
5 # Firmware download into the ActiveWire board. After the firmware download is done
6 # the device detaches and reappears as something new and shiny.
7 #
8 device "ActiveWire board, firmware download"
9    product 0x0100
10    vendor  0x0854
11    release 0x0000
12    attach "/usr/local/bin/ezdownload -f /usr/local/share/usb/firmware/0854.0100.0_01.hex"
13
14 # The piece below has to be copied for every drive. It does not work for the
15 # generic case, the umass storage class uses interface drivers. The info for
16 # the interfaces is not yet exported.
17 #
18 device "USB Zip drive"
19    product 0x0001
20    vendor  0x059b
21    release 0x0100
22    attach "/usr/bin/camcontrol rescan bus 0"
23
24 # The entry below is for the Logitech mouse. Replace the product and vendor
25 # id (and the device name of course) with the data for your mouse.
26 #
27 device "Logitech N48 USB mouse"
28    product 0xc001
29    vendor 0x046d
30    attach "/usr/sbin/moused -p /dev/ums0 -I /var/run/moused.ums0.pid"
31
32 # The fallthrough entry: Nothing is specified, nothing is done.  And it isn't
33 # necessary at all :-).  Just for pretty printing in debugging mode.
34 #
35 device "USB device"