diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2011-07-20 05:57:04 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-21 20:39:42 -0700 |
commit | 308859097831831a979f2e82cbeef0a94f438080 (patch) | |
tree | 5d522c89557b8a2182ef5f2f9f074d43a6bbc772 /drivers/net/usb | |
parent | e627539090d5a4efe1d55f1dfa24f8ce08a454e8 (diff) | |
download | linux-3.10-308859097831831a979f2e82cbeef0a94f438080.tar.gz linux-3.10-308859097831831a979f2e82cbeef0a94f438080.tar.bz2 linux-3.10-308859097831831a979f2e82cbeef0a94f438080.zip |
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 6998aa6b7bb..52502883523 100644 --- a/drivers/net/usb/asix.c +++ b/drivers/net/usb/asix.c @@ -1502,6 +1502,10 @@ static const struct usb_device_id products [] = { USB_DEVICE (0x04f1, 0x3008), .driver_info = (unsigned long) &ax8817x_info, }, { + // ASIX AX88772B 10/100 + USB_DEVICE (0x0b95, 0x772b), + .driver_info = (unsigned long) &ax88772_info, +}, { // ASIX AX88772 10/100 USB_DEVICE (0x0b95, 0x7720), .driver_info = (unsigned long) &ax88772_info, |