1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00

Add vendor/device codes for SmartBridges SmartLink USB ethernet adapter

(which is actually a CATC Netmate).

Gee. I don't know why people make such a fuss over supporting USB ethernet
NICs. This is easier than collecting graft.
This commit is contained in:
Bill Paul 2000-04-14 14:46:22 +00:00
parent 92ed1e40ae
commit 1d6431f625
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=59234

View File

@ -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 }
};