mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
net: asix: Add support for AX88772B
This USB device works as-is on this driver. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
This commit is contained in:
parent
a84c8107d9
commit
a7f2472224
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue