dm9601: add support for dm9621a based dongle
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 16 Dec 2013 10:35:32 +0000 (11:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Dec 2013 22:46:55 +0000 (17:46 -0500)
dm9621a is functionally identical to dm9620, so the existing handling can
directly be used.

Thanks to Davicom for sending me a dongle.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/dm9601.c

index c6867f9..8e88572 100644 (file)
@@ -594,6 +594,10 @@ static const struct usb_device_id products[] = {
         USB_DEVICE(0x0a46, 0x9620),    /* DM9620 USB to Fast Ethernet Adapter */
         .driver_info = (unsigned long)&dm9601_info,
         },
+       {
+        USB_DEVICE(0x0a46, 0x9621),    /* DM9621A USB to Fast Ethernet Adapter */
+        .driver_info = (unsigned long)&dm9601_info,
+       },
        {},                     // END
 };