diff options
author | Tulio Magno Quites Machado Filho <tuliom@gmail.com> | 2009-01-25 17:54:25 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-29 16:01:47 -0500 |
commit | f677d7702d48b7b3dfcce3b2c0db601dbee0aa24 (patch) | |
tree | 02a07aec8cf8a68eeca977a4600aeb817d588a1e /include/linux/pci_ids.h | |
parent | 060210f938d8aa0b9d795588a2274cd67ba9d6a4 (diff) |
ath5k: support LED's on emachines E510 notebook
Add vendor ID for AMBIT and use it to set the ath5k LED gpio.
base.c:
Changes-licensed-under: 3-Clause-BSD
Signed-off-by: Tulio Magno Quites Machado Filho <tuliom@gmail.com>
Acked-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/linux/pci_ids.h')
-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 5b7a48c1d616..b7697c934a49 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -1967,6 +1967,8 @@ | |||
1967 | 1967 | ||
1968 | #define PCI_VENDOR_ID_SAMSUNG 0x144d | 1968 | #define PCI_VENDOR_ID_SAMSUNG 0x144d |
1969 | 1969 | ||
1970 | #define PCI_VENDOR_ID_AMBIT 0x1468 | ||
1971 | |||
1970 | #define PCI_VENDOR_ID_MYRICOM 0x14c1 | 1972 | #define PCI_VENDOR_ID_MYRICOM 0x14c1 |
1971 | 1973 | ||
1972 | #define PCI_VENDOR_ID_TITAN 0x14D2 | 1974 | #define PCI_VENDOR_ID_TITAN 0x14D2 |