From aeea393dfb514455856fd73fd53a190c6a1f1ffc Mon Sep 17 00:00:00 2001 From: Henrique de Moraes Holschuh Date: Sat, 7 Jul 2007 17:57:44 -0300 Subject: [PATCH] pci-ids: add Lenovo PCI vendor ID thinkpad-acpi wants to differentiate IBM from Lenovo ThinkPads, and the PCI IDs are the best way to go about it for quirk tables and so on. Add the missing Lenovo PCI ID to pci_ids.h. Signed-off-by: Henrique de Moraes Holschuh Cc: Jeff Garzik --- include/linux/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 5b1c9994f89..b5f54cac536 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2067,6 +2067,8 @@ #define PCI_DEVICE_ID_ALTIMA_AC9100 0x03ea #define PCI_DEVICE_ID_ALTIMA_AC1003 0x03eb +#define PCI_VENDOR_ID_LENOVO 0x17aa + #define PCI_VENDOR_ID_ARECA 0x17d3 #define PCI_DEVICE_ID_ARECA_1110 0x1110 #define PCI_DEVICE_ID_ARECA_1120 0x1120 -- 2.11.4.GIT