]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/usbd.conf
This commit was generated by cvs2svn to compensate for changes in r55360,
[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    vendor  0x0854
10    product 0x0100
11    release 0x0000
12    attach "/usr/local/bin/ezdownload -f /usr/local/share/usb/firmware/0854.0100.0_01.hex ${DEVNAME}"
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    vendor  0x059b
20    product 0x0001
21    release 0x0100
22    attach "/sbin/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 "Mouse"
28    devname "ums[0-9]+"
29    attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid"
30
31 # The fallthrough entry: Nothing is specified, nothing is done.  And it isn't
32 # necessary at all :-).  Just for pretty printing in debugging mode.
33 #
34 device "USB device"