net: asix: Add support for AX88772B
authorAlexandre Courbot <acourbot@nvidia.com>
Thu, 9 Oct 2014 03:43:30 +0000 (12:43 +0900)
committerMarek Vasut <marex@denx.de>
Wed, 22 Oct 2014 20:01:58 +0000 (22:01 +0200)
This USB device works as-is on this driver.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
drivers/usb/eth/asix.c

index 6557055..1181109 100644 (file)
@@ -580,6 +580,7 @@ static const struct asix_dongle asix_dongles[] = {
        { 0x2001, 0x3c05, FLAG_TYPE_AX88772 },
        /* ASIX 88772B */
        { 0x0b95, 0x772b, FLAG_TYPE_AX88772B | FLAG_EEPROM_MAC },
+       { 0x0b95, 0x7e2b, FLAG_TYPE_AX88772B },
        { 0x0000, 0x0000, FLAG_NONE }   /* END - Do not remove */
 };