]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] USB: asix.c - Add Linksys USB200M Rev 2 ids
authorDavid Hollis <dhollis@davehollis.com>
Mon, 19 Dec 2005 18:58:38 +0000 (13:58 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 4 Jan 2006 21:51:44 +0000 (13:51 -0800)
Attached patch adds device IDs for the Linksys USB200M Rev 2 device
which uses the AX88772 chipset.

Signed-off-by: David Hollis <dhollis@davehollis.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/net/asix.c

index 2faf2f2bdcdda7338f627bea7c7d3a9cfe27daaf..541181695040b865ec73fae31b2c8616c0875d38 100644 (file)
@@ -912,6 +912,10 @@ static const struct usb_device_id  products [] = {
        // ASIX AX88772 10/100
         USB_DEVICE (0x0b95, 0x7720),
         .driver_info = (unsigned long) &ax88772_info,
+}, {
+       // Linksys USB200M Rev 2
+       USB_DEVICE (0x13b1, 0x0018),
+       .driver_info = (unsigned long) &ax88772_info,
 },
        { },            // END
 };