diff options
| -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 5cc8ddd60ad4..18429c9dddb8 100644 --- a/sys/dev/usb/if_aue.c +++ b/sys/dev/usb/if_aue.c @@ -114,6 +114,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 } }; |
