diff options
author | wpaul <wpaul@FreeBSD.org> | 2000-01-07 22:18:49 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2000-01-07 22:18:49 +0000 |
commit | c448dd1fa79f765606a81f1d2f1ed41ce27e635e (patch) | |
tree | 68f487bca27427067bf97682a84109d5a399d0bc /sys/dev/usb/usbdevs_data.h | |
parent | 61162a8a2afe3f47fc13b607ebcbb380b88dc5db (diff) | |
download | FreeBSD-src-c448dd1fa79f765606a81f1d2f1ed41ce27e635e.zip FreeBSD-src-c448dd1fa79f765606a81f1d2f1ed41ce27e635e.tar.gz |
Add the vendor and device IDs for a whole bunch of additional USB
ethernet adapters that are supported by the aue and kue drivers.
There are actually a couple more out there from Accton, Asante and
EXP Computer, however I was not able to find any Windows device
drivers for these on their servers, and hence could not harvest
their vendor/device ID info. If somebody has one of these things
and can look in the .inf file that comes with the Windows driver,
I'd appreciate knowing what it says for 'VID' and 'PID.'
Additional adapters include: the D-Link DSB-650 and DSB-650TX, the
SMC 2102USB, 2104USB and 2202USB, the ATen UC10T, and the Netgear EA101.
These are all mentioned in the man pages, relnotes and LINT.
Also correct the date in the kue(4) man page. I wrote this thing
on Jan, 4 2000, not 1999.
Diffstat (limited to 'sys/dev/usb/usbdevs_data.h')
-rw-r--r-- | sys/dev/usb/usbdevs_data.h | 62 |
1 files changed, 61 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs_data.h b/sys/dev/usb/usbdevs_data.h index 8c4a763..fd9c0f6 100644 --- a/sys/dev/usb/usbdevs_data.h +++ b/sys/dev/usb/usbdevs_data.h @@ -4,7 +4,7 @@ * THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * FreeBSD: src/sys/dev/usb/usbdevs,v 1.3 2000/01/05 04:27:07 wpaul Exp + * FreeBSD: src/sys/dev/usb/usbdevs,v 1.4 2000/01/05 18:25:51 wpaul Exp */ /* @@ -358,6 +358,12 @@ struct usb_knowndev usb_knowndevs[] = { "Parallel printer adapter", }, { + USB_VENDOR_ATEN, USB_PRODUCT_ATEN_UC10T, + 0, + "ATEN International Corp. Ltd.", + "10Mbps ethernet adapter", + }, + { USB_VENDOR_MUSTEK, USB_PRODUCT_MUSTEK_MDC800, 0, "Mustek Systems Inc.", @@ -526,6 +532,18 @@ struct usb_knowndev usb_knowndevs[] = { "Ethernet adapter", }, { + USB_VENDOR_SMC, USB_PRODUCT_SMC_2102USB, + 0, + "Standard Microsystems Corp", + "10Mbps ethernet adapter", + }, + { + USB_VENDOR_SMC, USB_PRODUCT_SMC_2202USB, + 0, + "Standard Microsystems Corp", + "10/100 ethernet adapter", + }, + { USB_VENDOR_ENTREGA, USB_PRODUCT_ENTREGA_1S, 0, "Entrega", @@ -628,6 +646,12 @@ struct usb_knowndev usb_knowndevs[] = { "I/O Board, rev. 1 firmware", }, { + USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_EA101, + 0, + "BayNETGEAR Inc.", + "Ethernet adapter", + }, + { USB_VENDOR_BILLIONTON, USB_PRODUCT_BILLIONTON_USB100, 0, "Billionton Systems", @@ -652,6 +676,24 @@ struct usb_knowndev usb_knowndevs[] = { "EdgePort/4 serial ports", }, { + USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650C, + 0, + "D-Link Corp", + "10Mbps ethernet adapter", + }, + { + USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650TX, + 0, + "D-Link Corp", + "10/100 ethernet adapter", + }, + { + USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650TX_PNA, + 0, + "D-Link Corp", + "1/10/100 ethernet adapter", + }, + { USB_VENDOR_INTEL, USB_PRODUCT_INTEL_TESTBOARD, 0, "Intel", @@ -1030,6 +1072,12 @@ struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_SMC, 0, + USB_KNOWNDEV_NOPROD, + "Standard Microsystems Corp", + NULL, + }, + { USB_VENDOR_MIDIMAN, 0, USB_KNOWNDEV_NOPROD, "Midiman", @@ -1066,6 +1114,12 @@ struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_NETGEAR, 0, + USB_KNOWNDEV_NOPROD, + "BayNETGEAR Inc.", + NULL, + }, + { USB_VENDOR_BILLIONTON, 0, USB_KNOWNDEV_NOPROD, "Billionton Systems", @@ -1096,6 +1150,12 @@ struct usb_knowndev usb_knowndevs[] = { NULL, }, { + USB_VENDOR_DLINK, 0, + USB_KNOWNDEV_NOPROD, + "D-Link Corp", + NULL, + }, + { USB_VENDOR_INTEL, 0, USB_KNOWNDEV_NOPROD, "Intel", |