diff mbox series

[net-next] 8139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NIC

Message ID 1551901287-19793-1-git-send-email-tedheadster@gmail.com
State Accepted
Delegated to: David Miller
Headers show
Series [net-next] 8139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NIC | expand

Commit Message

tedheadster March 6, 2019, 7:41 p.m. UTC
Add PCI vendor and device identifier for U.S. Robotics USR997901A
10/100 Cardbus NIC. Tested on real hardware.

Signed-off-by: Matthew Whitehead <tedheadster@gmail.com>
---
 drivers/net/ethernet/realtek/8139too.c | 1 +
 1 file changed, 1 insertion(+)

Comments

David Miller March 8, 2019, 11:23 p.m. UTC | #1
From: Matthew Whitehead <tedheadster@gmail.com>
Date: Wed,  6 Mar 2019 14:41:27 -0500

> Add PCI vendor and device identifier for U.S. Robotics USR997901A
> 10/100 Cardbus NIC. Tested on real hardware.
> 
> Signed-off-by: Matthew Whitehead <tedheadster@gmail.com>

Applied, thanks.
diff mbox series

Patch

diff --git a/drivers/net/ethernet/realtek/8139too.c b/drivers/net/ethernet/realtek/8139too.c
index 69d752f..55d0126 100644
--- a/drivers/net/ethernet/realtek/8139too.c
+++ b/drivers/net/ethernet/realtek/8139too.c
@@ -258,6 +258,7 @@  enum {
 	{0x126c, 0x1211, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 },
 	{0x1743, 0x8139, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 },
 	{0x021b, 0x8139, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 },
+	{0x16ec, 0xab06, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 },
 
 #ifdef CONFIG_SH_SECUREEDGE5410
 	/* Bogus 8139 silicon reports 8129 without external PROM :-( */