]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
8139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NIC
authorMatthew Whitehead <tedheadster@gmail.com>
Wed, 6 Mar 2019 19:41:27 +0000 (14:41 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Mar 2019 23:23:23 +0000 (15:23 -0800)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/8139too.c

index 69d752f0b621f4f558ff2df7e96b5bd9686eab7c..55d01266e615984f018ebc97377d7a0178ca6505 100644 (file)
@@ -258,6 +258,7 @@ static const struct pci_device_id rtl8139_pci_tbl[] = {
        {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 :-( */