diff options
Diffstat (limited to 'sys/dev/usb/if_aue.c')
-rw-r--r-- | sys/dev/usb/if_aue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c index 5455262..4f78cc5 100644 --- a/sys/dev/usb/if_aue.c +++ b/sys/dev/usb/if_aue.c @@ -116,6 +116,7 @@ Static struct aue_type aue_devs[] = { { USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB100TX }, { USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB10TA }, { USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TX }, + { USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_KNU101TX, } { 0, 0 } }; |