aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/atl1/atl1_main.c2
-rw-r--r--include/linux/pci_ids.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/atl1/atl1_main.c b/drivers/net/atl1/atl1_main.c
index abce97e96b3d..09f337563177 100644
--- a/drivers/net/atl1/atl1_main.c
+++ b/drivers/net/atl1/atl1_main.c
@@ -99,7 +99,7 @@ MODULE_VERSION(DRIVER_VERSION);
99 * atl1_pci_tbl - PCI Device ID Table 99 * atl1_pci_tbl - PCI Device ID Table
100 */ 100 */
101static const struct pci_device_id atl1_pci_tbl[] = { 101static const struct pci_device_id atl1_pci_tbl[] = {
102 {PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, 0x1048)}, 102 {PCI_DEVICE(PCI_VENDOR_ID_ATTANSIC, PCI_DEVICE_ID_ATTANSIC_L1)},
103 /* required last entry */ 103 /* required last entry */
104 {0,} 104 {0,}
105}; 105};
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 182a96f77c84..600308fdf9ce 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2089,6 +2089,7 @@
2089#define PCI_VENDOR_ID_PASEMI 0x1959 2089#define PCI_VENDOR_ID_PASEMI 0x1959
2090 2090
2091#define PCI_VENDOR_ID_ATTANSIC 0x1969 2091#define PCI_VENDOR_ID_ATTANSIC 0x1969
2092#define PCI_DEVICE_ID_ATTANSIC_L1 0x1048
2092 2093
2093#define PCI_VENDOR_ID_JMICRON 0x197B 2094#define PCI_VENDOR_ID_JMICRON 0x197B
2094#define PCI_DEVICE_ID_JMICRON_JMB360 0x2360 2095#define PCI_DEVICE_ID_JMICRON_JMB360 0x2360