diff options
-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 3412991..24b3aa7 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 c754b08..e49f6d3 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 */ |