From: Nobuhiro KUSUNO Date: Wed, 5 May 2010 20:23:28 +0000 (+0900) Subject: Staging: rt2870: add device ID of MelCo.,Inc. WLI-UC-G301N X-Git-Tag: v2.6.34.1~182 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=100cd68085ad42f30b8591ba1eeb3dbe9c478838;p=karo-tx-linux.git Staging: rt2870: add device ID of MelCo.,Inc. WLI-UC-G301N commit de37cd49b5a54facef174cf34496919857436e8f upstream. My wireless LAN module 'MelCo.,Inc. WLI-UC-G301N' works fine, if the following line is added into 2870_main_dev.c. Signed-off-by: Nobhiro KUSUNO Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rt2860/usb_main_dev.c b/drivers/staging/rt2860/usb_main_dev.c index 740db0c1ac01..2ffd0fe92d67 100644 --- a/drivers/staging/rt2860/usb_main_dev.c +++ b/drivers/staging/rt2860/usb_main_dev.c @@ -98,6 +98,7 @@ struct usb_device_id rtusb_usb_id[] = { {USB_DEVICE(0x5A57, 0x0282)}, /* Zinwell */ {USB_DEVICE(0x7392, 0x7718)}, {USB_DEVICE(0x7392, 0x7717)}, + {USB_DEVICE(0x0411, 0x016f)}, /* MelCo.,Inc. WLI-UC-G301N */ {USB_DEVICE(0x1737, 0x0070)}, /* Linksys WUSB100 */ {USB_DEVICE(0x1737, 0x0071)}, /* Linksys WUSB600N */ {USB_DEVICE(0x0411, 0x00e8)}, /* Buffalo WLI-UC-G300N */