diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-03-29 19:44:48 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-03-29 19:44:48 +0000 |
| commit | 554d5470efd450f8eabb2900a9dc282469380194 (patch) | |
| tree | 0b96f05271c79fec80ecc2b478c1773b8b3865a9 | |
| parent | 9b75e14d3007202536b3dce0f821a02d5c073e8f (diff) | |
Notes
| -rw-r--r-- | sys/dev/usb/if_kue.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c index 341299107ebd..24b3aa7c25ef 100644 --- a/sys/dev/usb/if_kue.c +++ b/sys/dev/usb/if_kue.c @@ -115,6 +115,8 @@ static struct kue_type kue_devs[] = { { USB_VENDOR_DLINK, USB_PRODUCT_DLINK_DSB650C }, { USB_VENDOR_SMC, USB_PRODUCT_SMC_2102USB }, { USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB10T }, + { USB_VENDOR_KLSI, USB_PRODUCT_KLSI_DUH3E10BT }, + { USB_VENDOR_PERACOM, USB_PRODUCT_PERACOM_ENET3 }, { 0, 0 } }; diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index c754b080fd76..e49f6d390673 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -378,6 +378,9 @@ product KAWATSU MH4000P 0x0003 MiniHub 4000P /* Keisokugiken Corp. products */ product KEISOKUGIKEN USBDAQ 0x0068 HKS-0200 USBDAQ +/* Kawasaki LSI products (?) */ +product KLSI DUH3E10BT 0x0008 10BT Ethernet adapter, in the DU-H3E + /* Kodak products */ product KODAK DC260 0x0110 Digital Science DC260 product KODAK DC265 0x0111 Digital Science DC265 @@ -450,6 +453,7 @@ product OMNIVISION OV511 0x0511 OV511 Camera /* Peracom products */ product PERACOM SERIAL1 0x0001 Serial Converter product PERACOM ENET 0x0002 Ethernet adapter +product PERACOM ENET3 0x0003 At Home Ethernet Adapter product PERACOM ENET2 0x0005 Ethernet adapter /* Philips products */ |
