diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-04-14 14:46:22 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-04-14 14:46:22 +0000 |
| commit | 1d6431f625232cd539bfc1c4079b0aa19e084b81 (patch) | |
| tree | f63d57d00ba015988af442663bf1d06793ca1f51 /sys/dev | |
| parent | 92ed1e40ae55dedd62310f3e84b4295265440594 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -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 f07899276ce7..28593d3772e8 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 } }; |
