Commit a7f247222432f037dc52c26320f5d16f1b9bb0eb

Authored by Alexandre Courbot
Committed by Marek Vasut
1 parent a84c8107d9

net: asix: Add support for AX88772B

This USB device works as-is on this driver.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/usb/eth/asix.c
... ... @@ -580,6 +580,7 @@
580 580 { 0x2001, 0x3c05, FLAG_TYPE_AX88772 },
581 581 /* ASIX 88772B */
582 582 { 0x0b95, 0x772b, FLAG_TYPE_AX88772B | FLAG_EEPROM_MAC },
  583 + { 0x0b95, 0x7e2b, FLAG_TYPE_AX88772B },
583 584 { 0x0000, 0x0000, FLAG_NONE } /* END - Do not remove */
584 585 };
585 586