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

* Re: [PATCH] This adds support for the wifi led on the Compaq CQ60-206US.
       [not found] <1257580711.23806.84.camel@mobile-tek.home>
@ 2009-11-07 12:43 ` Bob Copeland
  0 siblings, 0 replies; 3+ messages in thread
From: Bob Copeland @ 2009-11-07 12:43 UTC (permalink / raw)
  To: David Dreggors; +Cc: linville, linux-wireless, jirislaby, ddreggors

On Sat, Nov 07, 2009 at 02:58:31AM -0500, David Dreggors wrote:
>         ATH_LED(1, 1) },
>         +       /* HP Compaq CQ60-206US */
>         +       { ATH_SDEVICE(PCI_VENDOR_ID_HP, 0x137a), ATH_LED(3,
>         1) },


Thanks.  This patch is wrapped in a very strange way, and needs a
contact address and signed-off-by -- but I'm submitting some patches
today so if you like I'll just redo it and add your reported-by.

-- 
Bob Copeland %% www.bobcopeland.com


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

* Re: [PATCH] This adds support for the wifi led on the Compaq CQ60-206US.
  2009-11-07  8:36 [PATCH] This adds support for the wifi led on the Compaq CQ60-206US David Dreggors
@ 2009-11-07 13:46 ` John W. Linville
  0 siblings, 0 replies; 3+ messages in thread
From: John W. Linville @ 2009-11-07 13:46 UTC (permalink / raw)
  To: David Dreggors; +Cc: linux-wireless

Need a Signed-of-by...

On Sat, Nov 07, 2009 at 03:36:29AM -0500, David Dreggors wrote:
> ---
>          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
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

^ 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 --
2009-11-07  8:36 [PATCH] This adds support for the wifi led on the Compaq CQ60-206US David Dreggors
2009-11-07 13:46 ` John W. Linville
     [not found] <1257580711.23806.84.camel@mobile-tek.home>
2009-11-07 12:43 ` Bob Copeland

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