]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/etc/usbd.conf
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / 6 / 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 # $FreeBSD$
6
7 # Firmware download into the ActiveWire board. After the firmware download is
8 # done the device detaches and reappears as something new and shiny automatically.
9 #
10 device "ActiveWire board, firmware download"
11         vendor  0x0854
12         product 0x0100
13         release 0x0000
14         attach "/usr/local/bin/ezdownload -f /usr/local/share/usb/firmware/0854.0100.0_01.hex ${DEVNAME}"
15
16 # Firmware download for Entrega Serial DB25 adapter.
17 #
18 device "Entrega Serial with UART"
19         product 0x8001
20         vendor  0x1645
21         release 0x0101
22         attach "if ! kldstat -n usio > /dev/null 2>&1 ; then kldload usio; fi"
23         attach "/usr/sbin/ezdownload -v -f /usr/share/usb/firmware/1645.8001.0101 /dev/${DEVNAME}"
24
25 # This entry starts the ColdSync tool in daemon mode. Make sure you have an up
26 # to date /usr/local/etc/palms. We override the 'listen' settings for port and
27 # type in /usr/local/etc/coldsync.conf.
28 device "Handspring Visor"
29         devname "ugen[0-9]+"
30         vendor  0x082d
31         product 0x0100
32         release 0x0100
33         attach "/usr/local/bin/coldsync -md -p /dev/${DEVNAME} -t usb"
34
35 # The fallthrough entry: Nothing is specified, nothing is done.  And it isn't
36 # necessary at all :-).  Just for pretty printing in debugging mode.
37 #
38 device "USB device"