Commit 30885909 authored by Marek Vasut's avatar Marek Vasut Committed by David S. Miller

ASIX: Add AX88772B USB ID

This device can be found in Acer Iconia TAB W500 tablet dock.
Signed-off-by: default avatarMarek Vasut <marek.vasut@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e6275390
......@@ -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),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment