diff options
author | Søren Holm <sgh@sgh.dk> | 2012-09-17 21:50:57 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-02 10:30:09 -0700 |
commit | d83e6a4819844782ac16591a89c598342eef8627 (patch) | |
tree | 122233ba50f4bfd5b0858edfd1f1706221998345 /drivers/net | |
parent | b9e8ad48eca69a02b03ea2beea38383d5f3f0b3f (diff) | |
download | linux-3.10-d83e6a4819844782ac16591a89c598342eef8627.tar.gz linux-3.10-d83e6a4819844782ac16591a89c598342eef8627.tar.bz2 linux-3.10-d83e6a4819844782ac16591a89c598342eef8627.zip |
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/net')
-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 609fcc33159..ef84a586c17 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, |