]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
asix: Support DLink DUB-E100 H/W Ver C1
authorSøren Holm <sgh@sgh.dk>
Mon, 17 Sep 2012 21:50:57 +0000 (21:50 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2012 17:30:09 +0000 (10:30 -0700)
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>
drivers/net/usb/asix.c

index 609fcc331595a087f8b6d93a40adf6f739bbe2f4..ef84a586c17618c6a4a50e01940509298b6af6e8 100644 (file)
@@ -1603,6 +1603,10 @@ static const struct usb_device_id        products [] = {
        // DLink DUB-E100 H/W Ver B1 Alternate
        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),