diff options
| author | Anthony Wong <anthony.wong@ubuntu.com> | 2018-08-31 20:06:42 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-15 09:42:56 +0200 |
| commit | 35a90212011a3344a5a91e153e393652b481995d (patch) | |
| tree | 6dbc5dbdb438163b9eb5709b77f80616c657bd8f /include | |
| parent | 142e7b5832c3e41705b8723faa6692b5e016549d (diff) | |
| download | linux-35a90212011a3344a5a91e153e393652b481995d.tar.gz linux-35a90212011a3344a5a91e153e393652b481995d.tar.bz2 linux-35a90212011a3344a5a91e153e393652b481995d.zip | |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 43082049baf2..bba5604f3a03 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -3054,4 +3054,6 @@ #define PCI_VENDOR_ID_OCZ 0x1b85 +#define PCI_VENDOR_ID_NCUBE 0x10ff + #endif /* _LINUX_PCI_IDS_H */ |
