aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci_ids.h
diff options
context:
space:
mode:
authorAnthony Wong <anthony.wong@ubuntu.com>2018-08-31 20:06:42 +0800
committerDavid S. Miller <davem@davemloft.net>2018-09-03 19:05:13 -0700
commit9fd0e09a4e86499639653243edfcb417a05c5c46 (patch)
tree284c6f3b506ae1b1440d451a671e9109c975d9c7 /include/linux/pci_ids.h
parent36feaac35405e932ad9c321d7a2db8a7e4a4d7ca (diff)
downloadlinux-9fd0e09a4e86499639653243edfcb417a05c5c46.tar.gz
r8169: add support for NCube 8168 network card
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>
Diffstat (limited to 'include/linux/pci_ids.h')
-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 99d366cb0e9f5..d157983b84cf9 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -3084,4 +3084,6 @@
#define PCI_VENDOR_ID_OCZ 0x1b85
+#define PCI_VENDOR_ID_NCUBE 0x10ff
+
#endif /* _LINUX_PCI_IDS_H */