2.6.36-stable review patch. If anyone has any objections, please let us know.
------------------ From: John Tapsell <[email protected]> commit 251d380034c6c34efe75ffb89d863558ba68ec6a upstream. BugLink: http://bugs.launchpad.net/bugs/441990 This was tested to successfully enable the hardware. Signed-off-by: John Tapsell <[email protected]> Signed-off-by: Stefan Bader <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- drivers/staging/rt2860/usb_main_dev.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/staging/rt2860/usb_main_dev.c +++ b/drivers/staging/rt2860/usb_main_dev.c @@ -182,6 +182,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 */ }; _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
