diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2011-07-20 01:57:04 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-21 23:39:42 -0400 |
commit | 308859097831831a979f2e82cbeef0a94f438080 (patch) | |
tree | 5d522c89557b8a2182ef5f2f9f074d43a6bbc772 /drivers/net/usb | |
parent | e627539090d5a4efe1d55f1dfa24f8ce08a454e8 (diff) |
ASIX: Add AX88772B USB ID
This device can be found in Acer Iconia TAB W500 tablet dock.
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb')
-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 6998aa6b7bb7..52502883523e 100644 --- a/drivers/net/usb/asix.c +++ b/drivers/net/usb/asix.c | |||
@@ -1502,6 +1502,10 @@ static const struct usb_device_id products [] = { | |||
1502 | USB_DEVICE (0x04f1, 0x3008), | 1502 | USB_DEVICE (0x04f1, 0x3008), |
1503 | .driver_info = (unsigned long) &ax8817x_info, | 1503 | .driver_info = (unsigned long) &ax8817x_info, |
1504 | }, { | 1504 | }, { |
1505 | // ASIX AX88772B 10/100 | ||
1506 | USB_DEVICE (0x0b95, 0x772b), | ||
1507 | .driver_info = (unsigned long) &ax88772_info, | ||
1508 | }, { | ||
1505 | // ASIX AX88772 10/100 | 1509 | // ASIX AX88772 10/100 |
1506 | USB_DEVICE (0x0b95, 0x7720), | 1510 | USB_DEVICE (0x0b95, 0x7720), |
1507 | .driver_info = (unsigned long) &ax88772_info, | 1511 | .driver_info = (unsigned long) &ax88772_info, |