diff options
-rw-r--r-- | sys/dev/usb/if_cue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/if_cue.c b/sys/dev/usb/if_cue.c index f078992..28593d3 100644 --- a/sys/dev/usb/if_cue.c +++ b/sys/dev/usb/if_cue.c @@ -88,6 +88,7 @@ static const char rcsid[] = Static struct cue_type cue_devs[] = { { USB_VENDOR_CATC, USB_PRODUCT_CATC_NETMATE }, { USB_VENDOR_CATC, USB_PRODUCT_CATC_NETMATE2 }, + { USB_VENDOR_SMARTBRIDGES, USB_PRODUCT_SMARTBRIDGES_SMARTLINK }, { 0, 0 } }; |