diff options
author | Tulio Magno Quites Machado Filho <tuliom@gmail.com> | 2009-03-22 01:41:13 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-27 20:13:10 -0400 |
commit | af83debf5bb44257082d4489ac86123a0cadf6d3 (patch) | |
tree | b6cbfc976867e82b54651d6484f405d7e1081a6e /include | |
parent | 75ca88c9701bf8f65fc1f009f10dd64b0378b977 (diff) | |
download | linux-3.10-af83debf5bb44257082d4489ac86123a0cadf6d3.tar.gz linux-3.10-af83debf5bb44257082d4489ac86123a0cadf6d3.tar.bz2 linux-3.10-af83debf5bb44257082d4489ac86123a0cadf6d3.zip |
ath5k: Support LED's on Acer Extensa 5620z
Add vendor ID for Quanta Microsystems and update the led table with the reported device.
Reported-by: Scott Barnes <nekoreeve@gmail.com>
Signed-off-by: Tulio Magno Quites Machado Filho <tuliom@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include')
-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 097f410edef..05dfa7c4fb6 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2271,6 +2271,8 @@ #define PCI_DEVICE_ID_KORENIX_JETCARDF0 0x1600 #define PCI_DEVICE_ID_KORENIX_JETCARDF1 0x16ff +#define PCI_VENDOR_ID_QMI 0x1a32 + #define PCI_VENDOR_ID_TEKRAM 0x1de1 #define PCI_DEVICE_ID_TEKRAM_DC290 0xdc29 |