diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c index be0d052db22..2707fc5c9b2 100644 --- a/sys/dev/usb/if_aue.c +++ b/sys/dev/usb/if_aue.c @@ -117,6 +117,7 @@ Static struct aue_type aue_devs[] = { { USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB10TA }, { USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TX }, { USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_KNU101TX, }, + { USB_VENDOR_ABOCOM, USB_PRODUCT_DLINK_DSB650TX_PNA }, { 0, 0 } };