diff mbox

[Lucid] SRU: (pre-stable) Staging: rt2870: Add USB ID for Buffalo Airstation WLI-UC-GN

Message ID 1269534199-30914-1-git-send-email-stefan.bader@canonical.com
State Accepted
Delegated to: Andy Whitcroft
Headers show

Commit Message

Stefan Bader March 25, 2010, 4:23 p.m. UTC
Has been sent to stable. As it is a very simplistic patch and hopefully
makes its way, I'd like to apply it to Lucid as pre-stable.

-Stefan

From 2bb5a4ae4fe4ae4d59c68ea71adcfa1d693d8902 Mon Sep 17 00:00:00 2001
From: John Tapsell <johnflux@gmail.com>
Date: Thu, 25 Mar 2010 13:30:45 +0000
Subject: [PATCH] Staging: rt2870: Add USB ID for Buffalo Airstation WLI-UC-GN

BugLink: http://bugs.launchpad.net/bugs/441990

This was tested to successfully enable the hardware.

Signed-off-by: John Tapsell <johnflux@gmail.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
CC: stable@kernel.org
---
 drivers/staging/rt2870/2870_main_dev.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Amit Kucheria March 25, 2010, 4:58 p.m. UTC | #1
On 10 Mar 25, Stefan Bader wrote:
> Has been sent to stable. As it is a very simplistic patch and hopefully
> makes its way, I'd like to apply it to Lucid as pre-stable.
> 
> -Stefan
> 
> From 2bb5a4ae4fe4ae4d59c68ea71adcfa1d693d8902 Mon Sep 17 00:00:00 2001
> From: John Tapsell <johnflux@gmail.com>
> Date: Thu, 25 Mar 2010 13:30:45 +0000
> Subject: [PATCH] Staging: rt2870: Add USB ID for Buffalo Airstation WLI-UC-GN
> 
> BugLink: http://bugs.launchpad.net/bugs/441990
> 
> This was tested to successfully enable the hardware.
> 
> Signed-off-by: John Tapsell <johnflux@gmail.com>
> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
> CC: stable@kernel.org
> ---
>  drivers/staging/rt2870/2870_main_dev.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/staging/rt2870/2870_main_dev.c b/drivers/staging/rt2870/2870_main_dev.c
> index d0ed48b..54eee21 100644
> --- a/drivers/staging/rt2870/2870_main_dev.c
> +++ b/drivers/staging/rt2870/2870_main_dev.c
> @@ -142,6 +142,7 @@ struct usb_device_id rtusb_usb_id[] = {
>  	{ USB_DEVICE(0x7392, 0x7717) }, /* Edimax */
>  	{ USB_DEVICE(0x1EDA, 0x2310) }, /* AirTies 3070 */
>  	{ USB_DEVICE(0x1737, 0x0077) }, /* Linksys WUSB54GC-EU v3 */
> +	{ USB_DEVICE(0x0411, 0x015D) }, /* Buffalo Airstation WLI-UC-GN */
>  	{ } /* Terminating entry */
>  };
>  
> -- 
> 1.6.3.3


Acked-by: Amit Kucheria <amit.kucheria@canonical.com>
Stefan Bader March 25, 2010, 7:11 p.m. UTC | #2
Applied to Lucid master
diff mbox

Patch

diff --git a/drivers/staging/rt2870/2870_main_dev.c b/drivers/staging/rt2870/2870_main_dev.c
index d0ed48b..54eee21 100644
--- a/drivers/staging/rt2870/2870_main_dev.c
+++ b/drivers/staging/rt2870/2870_main_dev.c
@@ -142,6 +142,7 @@  struct usb_device_id rtusb_usb_id[] = {
 	{ USB_DEVICE(0x7392, 0x7717) }, /* Edimax */
 	{ USB_DEVICE(0x1EDA, 0x2310) }, /* AirTies 3070 */
 	{ USB_DEVICE(0x1737, 0x0077) }, /* Linksys WUSB54GC-EU v3 */
+	{ USB_DEVICE(0x0411, 0x015D) }, /* Buffalo Airstation WLI-UC-GN */
 	{ } /* Terminating entry */
 };