diff options
author | 2010-04-07 20:56:41 +0000 | |
---|---|---|
committer | 2010-04-07 20:56:41 +0000 | |
commit | eb489c9bdfd22ecda9422efa99a37ae8609ab5d1 (patch) | |
tree | 99c4e841183ae89ebffcfe43a2a480b98c789529 | |
parent | Move UQ_BAD_HIDs together and line up columns better. (diff) | |
download | wireguard-openbsd-eb489c9bdfd22ecda9422efa99a37ae8609ab5d1.tar.xz wireguard-openbsd-eb489c9bdfd22ecda9422efa99a37ae8609ab5d1.zip |
Add Velleman K8055 USB experimenter kit (from Jens Teglhus Moller)
and Belkin F6C120 UPS.
-rw-r--r-- | sys/dev/usb/usbdevs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 3ea31da2e58..65b24cf3a54 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.486 2010/04/06 09:01:32 halex Exp $ +$OpenBSD: usbdevs,v 1.487 2010/04/07 20:56:41 sthen Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -462,6 +462,7 @@ vendor PLX 0x10b5 PLX vendor ASANTE 0x10bd Asante vendor SILABS 0x10c4 Silicon Labs vendor SILABS3 0x10c5 Silicon Labs +vendor VELLEMAN 0x10cf Velleman vendor ANALOG 0x1110 Analog Devices vendor TENX 0x1130 Ten X Technology, Inc. vendor ISSC 0x1131 Integrated System Solution Corp. @@ -1006,6 +1007,7 @@ product BELKIN F5U257 0x0257 F5U257 Serial product BELKIN F5U409 0x0409 F5U409 Serial product BELKIN F6C550AVR 0x0551 F6C550-AVR UPS product BELKIN F6C1500EITWRK 0x0751 F6C1500EITW-RK UPS +product BELKIN F6C120 0x0912 F6C120 UPS product BELKIN F5U120 0x1203 F5U120-PC Hub product BELKIN ZD1211B 0x4050 ZD1211B product BELKIN F5D5055 0x5055 F5D5055 @@ -3605,6 +3607,9 @@ product USR USR5423 0x0121 USR5423 WLAN /* USI products */ product USI MC60 0x10c5 MC60 Serial +/* Velleman products */ +product VELLEMAN K8055 0x5500 K8055 USB Experiment interface board + /* ViewSonic products */ product VIEWSONIC G773HUB 0x00fe G773 Monitor Hub product VIEWSONIC P815HUB 0x00ff P815 Monitor Hub |