aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci_ids.h
diff options
context:
space:
mode:
authorJiri Slaby <jirislaby@gmail.com>2007-06-18 04:58:13 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2007-07-11 19:02:10 -0400
commit1d0ed384c1f2582b6f7408642c77a78a0c410122 (patch)
tree1553465ee0b4407093bdf9d9f2fd8bf3950732f1 /include/linux/pci_ids.h
parent44c10138fd4bbc4b6d6bff0873c24902f2a9da65 (diff)
PCI: ATM: lanai, change VENDOR to DEVICE
lanai, change VENDOR to DEVICE There were 2 bad named macros in pci_ids (LANAI 2 and IHB). Rename it to DEVICE, because it's device id. Also make some cleanpu in pci_device_id table (use PCI_VDEVICE). Cc: Mitchell Blank Jr <mitch@sfgoth.com> Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r--include/linux/pci_ids.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 75c4d4d06892..a260a947c917 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -1383,8 +1383,8 @@
1383#define PCI_VENDOR_ID_EF 0x111a 1383#define PCI_VENDOR_ID_EF 0x111a
1384#define PCI_DEVICE_ID_EF_ATM_FPGA 0x0000 1384#define PCI_DEVICE_ID_EF_ATM_FPGA 0x0000
1385#define PCI_DEVICE_ID_EF_ATM_ASIC 0x0002 1385#define PCI_DEVICE_ID_EF_ATM_ASIC 0x0002
1386#define PCI_VENDOR_ID_EF_ATM_LANAI2 0x0003 1386#define PCI_DEVICE_ID_EF_ATM_LANAI2 0x0003
1387#define PCI_VENDOR_ID_EF_ATM_LANAIHB 0x0005 1387#define PCI_DEVICE_ID_EF_ATM_LANAIHB 0x0005
1388 1388
1389#define PCI_VENDOR_ID_IDT 0x111d 1389#define PCI_VENDOR_ID_IDT 0x111d
1390#define PCI_DEVICE_ID_IDT_IDT77201 0x0001 1390#define PCI_DEVICE_ID_IDT_IDT77201 0x0001