Skip to content

Commit

Permalink
ASIX: Add AX88772B USB ID
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
marex authored and davem330 committed Jul 22, 2011
1 parent e627539 commit 3088590
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/net/usb/asix.c
Expand Up @@ -1501,6 +1501,10 @@ static const struct usb_device_id products [] = {
// JVC MP-PRX1 Port Replicator
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),
Expand Down

0 comments on commit 3088590

Please sign in to comment.