diff options
author | 2006-12-30 14:07:58 +0000 | |
---|---|---|
committer | 2006-12-30 14:07:58 +0000 | |
commit | 05002b84d4e9d12f2bc13d1a75d70a5aeb1486ed (patch) | |
tree | 2ab0ffc8b974a38efdff16f1534d73679f6e8d4e | |
parent | Remove stub write callback functions now that libevent allows them to be NULL. (diff) | |
download | wireguard-openbsd-05002b84d4e9d12f2bc13d1a75d70a5aeb1486ed.tar.xz wireguard-openbsd-05002b84d4e9d12f2bc13d1a75d70a5aeb1486ed.zip |
add IDs for Integrated System Solution Corp. KY-BT100 and another Belkin
bluetooth
-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 890ac7be655..524267eeedc 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.242 2006/12/27 19:20:12 fkr Exp $ +$OpenBSD: usbdevs,v 1.243 2006/12/30 14:07:58 martin Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -422,6 +422,7 @@ vendor ASANTE 0x10bd Asante vendor SILABS 0x10c4 Silicon Labs vendor ANALOG 0x1110 Analog Devices vendor TENX 0x1130 Ten X Technology, Inc. +vendor ISSC 0x1131 Integrated System Solution Corp. vendor JRC 0x1145 Japan Radio Company vendor SPHAIRON 0x114b Sphairon Access Systems GmbH vendor DELORME 0x1163 DeLorme @@ -763,6 +764,7 @@ product BBELECTRONICS USOTL4 0xAC01 uLinks RS-422/485 /*product BELKIN F5U111 0x???? F5U111 Ethernet */ product BELKIN2 F5U002 0x0002 F5U002 Parallel product BELKIN F5D6050 0x0050 F5D6050 802.11b Wireless adapter +product BELKIN FBT001V 0x0081 FBT001v2 Bluetooth product BELKIN FBT003V 0x0084 FBT003v2 Bluetooth product BELKIN F5U103 0x0103 F5U103 Serial product BELKIN F5U109 0x0109 F5U109 Serial @@ -2107,6 +2109,9 @@ product TELEX MIC1 0x0001 Microphone /* Ten X Technology, Inc. */ product TENX MISSILE 0x0202 Missile Launcher +/* Integrated System Solution Corp. */ +product ISSC KYBT100 0x1001 KY-BT100 Bluetooth + /* Texas Intel products */ product TI UTUSB41 0x1446 UT-USB41 hub product TI TUSB2046 0x2046 TUSB2046 hub |