summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-03-18 01:36:37 +0000
committerwpaul <wpaul@FreeBSD.org>2000-03-18 01:36:37 +0000
commit29a5e54ca95e2cd3233dce4164ec4bd5b5554a1b (patch)
treededb39636370676f77debe73485e7439e7d19b53 /sys
parentb78ed90a3efe82dfe4c074907da6e0b3c98a8746 (diff)
downloadFreeBSD-src-29a5e54ca95e2cd3233dce4164ec4bd5b5554a1b.zip
FreeBSD-src-29a5e54ca95e2cd3233dce4164ec4bd5b5554a1b.tar.gz
Add another device/vendor code combination to support yet another
KLSI-based device (Skymaster DHU-0404).
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/if_kue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c
index 21b6b38..1041928 100644
--- a/sys/dev/usb/if_kue.c
+++ b/sys/dev/usb/if_kue.c
@@ -103,6 +103,7 @@ static const char rcsid[] =
*/
static struct kue_type kue_devs[] = {
{ USB_VENDOR_AOX, USB_PRODUCT_AOX_USB101 },
+ { USB_VENDOR_KLSI, USB_PRODUCT_AOX_USB101 },
{ USB_VENDOR_ADS, USB_PRODUCT_ADS_UBS10BT },
{ USB_VENDOR_ATEN, USB_PRODUCT_ATEN_UC10T },
{ USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_EA101 },
OpenPOWER on IntegriCloud