diff options
author | Shahar Or <mightyiampresence@gmail.com> | 2009-12-07 12:05:54 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-12-07 16:59:23 -0500 |
commit | 6a213afd058436dbbd01098d7422c6a0073c39b5 (patch) | |
tree | 52ebcc099a636078d064d502ef6248dcc336c7b6 | |
parent | a589296a3592c8879cef8fd13518fed18c5fa5a3 (diff) | |
download | op-kernel-dev-6a213afd058436dbbd01098d7422c6a0073c39b5.zip op-kernel-dev-6a213afd058436dbbd01098d7422c6a0073c39b5.tar.gz |
ath5k: add support for Dell Vostro A860 LED
Adds support for the WiFi activity LED on the Dell Vostro A860 laptop.
Signed-off-by: Shahar Or <shahar@shahar-or.co.il>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/ath/ath5k/led.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/led.c b/drivers/net/wireless/ath/ath5k/led.c index d495890..60f5475 100644 --- a/drivers/net/wireless/ath/ath5k/led.c +++ b/drivers/net/wireless/ath/ath5k/led.c @@ -79,6 +79,8 @@ static const struct pci_device_id ath5k_led_devices[] = { { ATH_SDEVICE(PCI_VENDOR_ID_HP, 0x0137b), ATH_LED(3, 1) }, /* IBM-specific AR5212 (all others) */ { PCI_VDEVICE(ATHEROS, PCI_DEVICE_ID_ATHEROS_AR5212_IBM), ATH_LED(0, 0) }, + /* Dell Vostro A860 (shahar@shahar-or.co.il) */ + { ATH_SDEVICE(PCI_VENDOR_ID_QMI, 0x0112), ATH_LED(3, 0) }, { } }; |