All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] 8139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NIC
@ 2019-03-06 19:41 Matthew Whitehead
  2019-03-08 23:23 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Whitehead @ 2019-03-06 19:41 UTC (permalink / raw)
  To: netdev, nic_swsd; +Cc: Matthew Whitehead

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(+)

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 :-( */
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] 8139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NIC
  2019-03-06 19:41 [PATCH net-next] 8139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NIC Matthew Whitehead
@ 2019-03-08 23:23 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-03-08 23:23 UTC (permalink / raw)
  To: tedheadster; +Cc: netdev, nic_swsd

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-08 23:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-06 19:41 [PATCH net-next] 8139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NIC Matthew Whitehead
2019-03-08 23:23 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.