|
@@ -1451,6 +1451,14 @@ static const struct usb_device_id products [] = {
|
|
// Cables-to-Go USB Ethernet Adapter
|
|
// Cables-to-Go USB Ethernet Adapter
|
|
USB_DEVICE(0x0b95, 0x772a),
|
|
USB_DEVICE(0x0b95, 0x772a),
|
|
.driver_info = (unsigned long) &ax88772_info,
|
|
.driver_info = (unsigned long) &ax88772_info,
|
|
|
|
+}, {
|
|
|
|
+ // ABOCOM for pci
|
|
|
|
+ USB_DEVICE(0x14ea, 0xab11),
|
|
|
|
+ .driver_info = (unsigned long) &ax88178_info,
|
|
|
|
+}, {
|
|
|
|
+ // ASIX 88772a
|
|
|
|
+ USB_DEVICE(0x0db0, 0xa877),
|
|
|
|
+ .driver_info = (unsigned long) &ax88772_info,
|
|
},
|
|
},
|
|
{ }, // END
|
|
{ }, // END
|
|
};
|
|
};
|