From 554d5470efd450f8eabb2900a9dc282469380194 Mon Sep 17 00:00:00 2001 From: Bill Paul Date: Wed, 29 Mar 2000 19:44:48 +0000 Subject: Add vendor/product ID for two more KLSI-based devices, including a USB ethernet adapter being handed out by @Home. --- sys/dev/usb/if_kue.c | 2 ++ sys/dev/usb/usbdevs | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'sys/dev') 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 */ -- cgit v1.3