summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnthony Wong <anthony.wong@ubuntu.com>2018-08-31 15:06:42 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-09-15 10:45:25 +0300
commit3eada53de462d8bbeb826e52ebbd419fea1ee00d (patch)
treea7d763895107f9312a3e67a6c1a0b80569052593 /include
parentd19688e347a17edcdca2f90be9d15cc5cc09daea (diff)
downloadlinux-3eada53de462d8bbeb826e52ebbd419fea1ee00d.tar.xz
r8169: add support for NCube 8168 network card
[ Upstream commit 9fd0e09a4e86499639653243edfcb417a05c5c46 ] This card identifies itself as: Ethernet controller [0200]: NCube Device [10ff:8168] (rev 06) Subsystem: TP-LINK Technologies Co., Ltd. Device [7470:3468] Adding a new entry to rtl8169_pci_tbl makes the card work. Link: http://launchpad.net/bugs/1788730 Signed-off-by: Anthony Wong <anthony.wong@ubuntu.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/pci_ids.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index ab20dc5db423..7fa3f1498b34 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -3062,4 +3062,6 @@
#define PCI_VENDOR_ID_OCZ 0x1b85
+#define PCI_VENDOR_ID_NCUBE 0x10ff
+
#endif /* _LINUX_PCI_IDS_H */