summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSøren Holm <sgh@sgh.dk>2012-09-17 21:50:57 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-02 10:39:25 -0700
commit428230a6fdf3ffc710d055e1af112e719c735be3 (patch)
tree8e1e4d09181ff61469db4c4c39e031456503abe1 /drivers
parentaa1915bfa2141edf04caf9d1cee48e46d93bae2b (diff)
asix: Support DLink DUB-E100 H/W Ver C1
commit ed3770a9cd5764a575b83810ea679bbff2b03082 upstream. Signed-off-by: Søren Holm <sgh@sgh.dk> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/usb/asix.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c
index 3ae80eccd0ef..ebcb7d4bfd2e 100644
--- a/drivers/net/usb/asix.c
+++ b/drivers/net/usb/asix.c
@@ -1604,6 +1604,10 @@ static const struct usb_device_id products [] = {
USB_DEVICE (0x2001, 0x3c05),
.driver_info = (unsigned long) &ax88772_info,
}, {
+ // DLink DUB-E100 H/W Ver C1
+ USB_DEVICE (0x2001, 0x1a02),
+ .driver_info = (unsigned long) &ax88772_info,
+}, {
// Linksys USB1000
USB_DEVICE (0x1737, 0x0039),
.driver_info = (unsigned long) &ax88178_info,