diff options
author | wpaul <wpaul@FreeBSD.org> | 2000-10-10 23:23:54 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2000-10-10 23:23:54 +0000 |
commit | c0345f1c258c78831bc62b3e9c3344088eb8e153 (patch) | |
tree | f5c868fbc1f4dc3a946c6dd32817f636e50b413e /sys | |
parent | 4e884e6d1cf1789682a75ef585e1dd42a05360dd (diff) | |
download | FreeBSD-src-c0345f1c258c78831bc62b3e9c3344088eb8e153.zip FreeBSD-src-c0345f1c258c78831bc62b3e9c3344088eb8e153.tar.gz |
Add vendor ID for Kingston Technology and add device ID for
KNU101TX USB ethernet adapter. (Yes, another one.)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/usbdevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 0bd4a34..e9d0602 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -62,7 +62,7 @@ vendor THRUST 0x044f Thrustmaster vendor TI 0x0451 Texas Instruments vendor ANALOGDEVICES 0x0456 Analog Devices, Inc. vendor KYE 0x0458 KYE Systems Corp. -vendor DIAMOND2 0x045a Diamond (Supra) +vendor DIAMOND2 0x045a Diamond (Supra) vendor MICROSOFT 0x045e Microsoft vendor PRIMAX 0x0461 Primax Electronics vendor AMP 0x0464 AMP, Inc. @@ -240,6 +240,7 @@ vendor AUTHENTEC 0x08ff AuthenTec, Inc. vendor ALATION 0x0910 Alation Systems, Inc. vendor BIOMETRIC 0x0929 American Biometric Company vendor YANO 0x094f Yano +vendor KINGSTON 0x0951 Kingston Technology vendor BLUEWATER 0x0956 BlueWater Systems, Inc. vendor AGILENT 0x0957 Agilent Technologies, Inc. vendor ADIRONDACK 0x0976 Adirondack Wire & Cable @@ -522,6 +523,9 @@ product KLSI DUH3E10BT 0x0008 10BT Ethernet adapter, in the DU-H3E product KENSINGTON ORBIT 0x1003 Orbit USB/PS2 trackball product KENSINGTON TURBOBALL 0x1005 TurboBall +/* Kingston products */ +product KINGSTON KNU101TX 0x000A KNU101TX USB Ethernet + /* Kodak products */ product KODAK DC220 0x0100 Digital Science DC220 product KODAK DC260 0x0110 Digital Science DC260 |