From: Alexandre Courbot Date: Thu, 9 Oct 2014 03:43:30 +0000 (+0900) Subject: net: asix: Add support for AX88772B X-Git-Tag: v2015.01-rc1~128^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a7f247222432f037dc52c26320f5d16f1b9bb0eb;p=u-boot net: asix: Add support for AX88772B This USB device works as-is on this driver. Signed-off-by: Alexandre Courbot --- diff --git a/drivers/usb/eth/asix.c b/drivers/usb/eth/asix.c index 6557055e02..11811094ed 100644 --- a/drivers/usb/eth/asix.c +++ b/drivers/usb/eth/asix.c @@ -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 */ };