diff options
| -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 e6fed4d4cb77..e95f0e60a9bc 100644 --- a/drivers/net/usb/asix.c +++ b/drivers/net/usb/asix.c | |||
| @@ -1655,6 +1655,10 @@ static const struct usb_device_id products [] = { | |||
| 1655 | // ASIX 88772a | 1655 | // ASIX 88772a |
| 1656 | USB_DEVICE(0x0db0, 0xa877), | 1656 | USB_DEVICE(0x0db0, 0xa877), |
| 1657 | .driver_info = (unsigned long) &ax88772_info, | 1657 | .driver_info = (unsigned long) &ax88772_info, |
| 1658 | }, { | ||
| 1659 | // Asus USB Ethernet Adapter | ||
| 1660 | USB_DEVICE (0x0b95, 0x7e2b), | ||
| 1661 | .driver_info = (unsigned long) &ax88772_info, | ||
| 1658 | }, | 1662 | }, |
| 1659 | { }, // END | 1663 | { }, // END |
| 1660 | }; | 1664 | }; |
