diff options
Diffstat (limited to 'drivers/net')
| -rw-r--r-- | drivers/net/usb/asix.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c index 37ecf845edfe..e12cdb4543b4 100644 --- a/drivers/net/usb/asix.c +++ b/drivers/net/usb/asix.c | |||
| @@ -1444,6 +1444,10 @@ static const struct usb_device_id products [] = { | |||
| 1444 | // Apple USB Ethernet Adapter | 1444 | // Apple USB Ethernet Adapter | 
| 1445 | USB_DEVICE(0x05ac, 0x1402), | 1445 | USB_DEVICE(0x05ac, 0x1402), | 
| 1446 | .driver_info = (unsigned long) &ax88772_info, | 1446 | .driver_info = (unsigned long) &ax88772_info, | 
| 1447 | }, { | ||
| 1448 | // Cables-to-Go USB Ethernet Adapter | ||
| 1449 | USB_DEVICE(0x0b95, 0x772a), | ||
| 1450 | .driver_info = (unsigned long) &ax88772_info, | ||
| 1447 | }, | 1451 | }, | 
| 1448 | { }, // END | 1452 | { }, // END | 
| 1449 | }; | 1453 | }; | 
