浏览代码

net: asix: Add support for AX88772B

This USB device works as-is on this driver.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Alexandre Courbot 10 年之前
父节点
当前提交
a7f2472224
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/usb/eth/asix.c

+ 1 - 0
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 */
 };