From: David Dreggors <ddreggors@cfl.rr.com>
To: linux-wireless <linux-wireless@vger.kernel.org>
Subject: [PATCH] This adds support for the wifi led on the Compaq CQ60-206US.
Date: Sat, 07 Nov 2009 03:36:29 -0500 [thread overview]
Message-ID: <1257582989.23806.85.camel@mobile-tek.home> (raw)
---
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 7ce98bd..ce6ce0a 100644
--- a/drivers/net/wireless/ath/ath5k/led.c
+++ b/drivers/net/wireless/ath/ath5k/led.c
@@ -57,6 +57,8 @@ static const struct pci_device_id
ath5k_led_devices[] = {
{ PCI_VDEVICE(ATHEROS, PCI_DEVICE_ID_ATHEROS_AR5211),
ATH_LED(0, 0) },
/* HP Compaq nc6xx, nc4000, nx6000 */
{ ATH_SDEVICE(PCI_VENDOR_ID_COMPAQ, PCI_ANY_ID),
ATH_LED(1, 1) },
+ /* HP Compaq CQ60-206US */
+ { ATH_SDEVICE(PCI_VENDOR_ID_HP, 0x137a), ATH_LED(3,
1) },
/* Acer Aspire One A150 (maximlevitsky@gmail.com) */
{ ATH_SDEVICE(PCI_VENDOR_ID_FOXCONN, 0xe008), ATH_LED(3,
0) },
/* Acer Aspire One AO531h AO751h
(keng-yu.lin@canonical.com) */
--
1.6.4.4
next reply other threads:[~2009-11-07 8:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-07 8:36 David Dreggors [this message]
2009-11-07 13:46 ` [PATCH] This adds support for the wifi led on the Compaq CQ60-206US John W. Linville
[not found] <1257580711.23806.84.camel@mobile-tek.home>
2009-11-07 12:43 ` Bob Copeland
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1257582989.23806.85.camel@mobile-tek.home \
--to=ddreggors@cfl.rr.com \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).