linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] This adds support for the wifi led on the Compaq CQ60-206US.
@ 2009-11-07  8:36 David Dreggors
  2009-11-07 13:46 ` John W. Linville
  0 siblings, 1 reply; 3+ messages in thread
From: David Dreggors @ 2009-11-07  8:36 UTC (permalink / raw)
  To: linux-wireless

---
         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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-07 14:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1257580711.23806.84.camel@mobile-tek.home>
2009-11-07 12:43 ` [PATCH] This adds support for the wifi led on the Compaq CQ60-206US Bob Copeland
2009-11-07  8:36 David Dreggors
2009-11-07 13:46 ` John W. Linville

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).