diff options
author | Bob Copeland <me@bobcopeland.com> | 2009-04-05 11:01:20 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-22 16:54:41 -0400 |
commit | 6a362bb1c9f900f7e6daeee52ff2d538badae49b (patch) | |
tree | 0ae27b83259091fe3a5fffadcdb01ae6bfc640d8 /include | |
parent | b26ed97c75e1538176c09f29c423a3f8a75868a7 (diff) | |
download | linux-3.10-6a362bb1c9f900f7e6daeee52ff2d538badae49b.tar.gz linux-3.10-6a362bb1c9f900f7e6daeee52ff2d538badae49b.tar.bz2 linux-3.10-6a362bb1c9f900f7e6daeee52ff2d538badae49b.zip |
ath5k: add support for Fukato Datacask Jupiter LEDs
This adds support for the LEDs on the Jupiter netbook.
Reported-by: Martin Bammer <mrb74@gmx.at>
Signed-off-by: Bob Copeland <me@bobcopeland.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 ee98cd57088..ea061e290d0 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2313,6 +2313,8 @@ #define PCI_VENDOR_ID_QMI 0x1a32 +#define PCI_VENDOR_ID_AZWAVE 0x1a3b + #define PCI_VENDOR_ID_TEKRAM 0x1de1 #define PCI_DEVICE_ID_TEKRAM_DC290 0xdc29 |