diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-29 02:09:19 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-29 02:09:19 +0000 |
| commit | 51799eec6c590bba3c553dc7da8a4a29ae7c7fc8 (patch) | |
| tree | 79eacf1b31fbebfce1cbdb06b22c4631d5637941 | |
| parent | 2f37e02978174ec83511246b594f69203f1e3bc7 (diff) | |
Notes
| -rw-r--r-- | sys/dev/usb/usbdevs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 6dbc61e595b5..cc95a5c857e0 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -41,6 +41,11 @@ $FreeBSD$ /* * List of known USB vendors * + * USB.org publishes a VID list of USB-IF member companies at + * http://www.usb.org/developers/tools + * Note that it does not show companies that have obtained a Vendor ID + * without becoming full members. + * * Please note that these IDs do not do anything. Adding an ID here and * regenerating the usbdevs.h and usbdevs_data.h only makes a symbolic name * available to the source code and does not change any functionality, nor @@ -852,6 +857,7 @@ product HAUPPAUGE WINTV_USB_FM 0x4d12 WinTV USB FM /* Hawking Technologies products */ product HAWKING UF100 0x400c 10/100 USB Ethernet +product WINBOND UH104 0x5518 4-port USB Hub /* Hitachi, Ltd. products */ product HITACHI DVDCAM_USB 0x001e DVDCAM USB HS Interface |
