summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAnthony Wong <anthony.wong@ubuntu.com>2018-08-31 20:06:42 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-09-15 09:46:41 +0200
commitad99830d972c98258077d5c24b886f81a9eeadea (patch)
treec4fdc5d6f0df1b623fb25ddb9ed4eabf438a893e /include/linux
parent2b3b1f12130602fecb6c1c168a0fa760f9d64025 (diff)
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/linux')
-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 29502238e510..bf85e152af05 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -3082,4 +3082,6 @@
#define PCI_VENDOR_ID_OCZ 0x1b85
+#define PCI_VENDOR_ID_NCUBE 0x10ff
+
#endif /* _LINUX_PCI_IDS_H */