Skip to content

Commit 1f63f99

Browse files
Hans-Frieder VogtNipaLocal
authored andcommitted
net: tn40xx: add pci-id of the aqr105-based Tehuti TN4010 cards
Add the PCI-ID of the AQR105-based Tehuti TN4010 cards to allow loading of the tn40xx driver on these cards. Here, I chose the detailed definition with the subvendor ID similar to the QT2025 cards with the PCI-ID TEHUTI:0x4022, because there is a card with an AQ2104 hiding amongst the AQR105 cards, and they all come with the same PCI-ID (TEHUTI:0x4025). But the AQ2104 is currently not supported. Signed-off-by: Hans-Frieder Vogt <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Reviewed-by: FUJITA Tomonori <[email protected]> Signed-off-by: NipaLocal <nipa@local>
1 parent ed05fdb commit 1f63f99

File tree

1 file changed

+4
-0
lines changed
  • drivers/net/ethernet/tehuti

1 file changed

+4
-0
lines changed

drivers/net/ethernet/tehuti/tn40.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1835,6 +1835,10 @@ static const struct pci_device_id tn40_id_table[] = {
18351835
PCI_VENDOR_ID_ASUSTEK, 0x8709) },
18361836
{ PCI_DEVICE_SUB(PCI_VENDOR_ID_TEHUTI, 0x4022,
18371837
PCI_VENDOR_ID_EDIMAX, 0x8103) },
1838+
{ PCI_DEVICE_SUB(PCI_VENDOR_ID_TEHUTI, 0x4025,
1839+
PCI_VENDOR_ID_TEHUTI, 0x3015) },
1840+
{ PCI_DEVICE_SUB(PCI_VENDOR_ID_TEHUTI, 0x4025,
1841+
PCI_VENDOR_ID_EDIMAX, 0x8102) },
18381842
{ }
18391843
};
18401844

0 commit comments

Comments
 (0)