projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56d1de0
)
ath5k: add led pin configuration for compaq c700 laptop
author
Marcos Chaparro
<
[email protected]
>
Tue, 25 Aug 2009 03:00:31 +0000
(23:00 -0400)
committer
John W. Linville
<
[email protected]
>
Fri, 28 Aug 2009 18:40:43 +0000
(14:40 -0400)
With this patch, a compaq c700 can turn on the wifi led.
The array of compatible devices now includes the hardware
present in this computer, as well as the led pin and
polarity.
Signed-off-by: Marcos Chaparro <
[email protected]
>
Signed-off-by: Bob Copeland <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/ath/ath5k/led.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath5k/led.c
b/drivers/net/wireless/ath/ath5k/led.c
index 876725f08b6ceb4c0ec441183f04ac22557a0987..b767c3b67b24b97aad051e2a42301b8d6725bade 100644
(file)
--- a/
drivers/net/wireless/ath/ath5k/led.c
+++ b/
drivers/net/wireless/ath/ath5k/led.c
@@
-69,6
+69,8
@@
static const struct pci_device_id ath5k_led_devices[] = {
{ ATH_SDEVICE(PCI_VENDOR_ID_AZWAVE, 0x1026), ATH_LED(3, 0) },
/* IBM ThinkPad AR5BXB6 (
[email protected]
) */
{ ATH_SDEVICE(PCI_VENDOR_ID_IBM, 0x058a), ATH_LED(1, 0) },
+ /* HP Compaq C700 (
[email protected]
) */
+ { 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) },
{ }