]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
asix: new device ids
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 25 Feb 2009 07:52:24 +0000 (23:52 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 16 Aug 2009 21:27:08 +0000 (14:27 -0700)
commit fef7cc0893146550b286b13c0e6e914556142730 upstream.

This patch adds two new device ids to the asix driver.

One comes directly from the asix driver on their web site, the other was
reported by Armani Liao as needed for the MSI X320 to get the driver to
work properly for it.

Reported-by: Armani Liao <aliao@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/asix.c

index 375a0bdef513c71c754cdfb46bde417dded88f67..ec4204a025444d60ae262131d72bc859ea9294a7 100644 (file)
@@ -1456,6 +1456,14 @@ static const struct usb_device_id        products [] = {
        // ASIX 88772a
        USB_DEVICE(0x0db0, 0xa877),
        .driver_info = (unsigned long) &ax88772_info,
+}, {
+       // ABOCOM for pci
+       USB_DEVICE(0x14ea, 0xab11),
+       .driver_info = (unsigned long) &ax88178_info,
+}, {
+       // ASIX 88772a
+       USB_DEVICE(0x0db0, 0xa877),
+       .driver_info = (unsigned long) &ax88772_info,
 },
        { },            // END
 };