]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: rt2870: Add USB ID for Buffalo Airstation WLI-UC-GN
authorJohn Tapsell <johnflux@gmail.com>
Thu, 25 Mar 2010 13:30:45 +0000 (13:30 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Mar 2011 19:44:01 +0000 (12:44 -0700)
commit 251d380034c6c34efe75ffb89d863558ba68ec6a upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rt2860/usb_main_dev.c

index 2ebc599327e1e60196f52de71834efe0b193e4d1..9a27f1be33baa806589164bf41e138578188662d 100644 (file)
@@ -141,6 +141,7 @@ struct usb_device_id rtusb_usb_id[] = {
        {USB_DEVICE(0x2001, 0x3C09)},   /* D-Link */
        {USB_DEVICE(0x2001, 0x3C0A)},   /* D-Link 3072 */
        {USB_DEVICE(0x2019, 0xED14)},   /* Planex Communications, Inc. */
+       {USB_DEVICE(0x0411, 0x015D)},   /* Buffalo Airstation WLI-UC-GN */
        {}                      /* Terminating entry */
 };