mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add another device/vendor code combination to support yet another
KLSI-based device (Skymaster DHU-0404).
This commit is contained in:
parent
827a61b63d
commit
726fcd3955
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ static const char rcsid[] =
|
|||
*/
|
||||
static struct kue_type kue_devs[] = {
|
||||
{ USB_VENDOR_AOX, USB_PRODUCT_AOX_USB101 },
|
||||
{ USB_VENDOR_KLSI, USB_PRODUCT_AOX_USB101 },
|
||||
{ USB_VENDOR_ADS, USB_PRODUCT_ADS_UBS10BT },
|
||||
{ USB_VENDOR_ATEN, USB_PRODUCT_ATEN_UC10T },
|
||||
{ USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_EA101 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue