[Precise][SRU][PATCH 0/1] Enable Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX

leann.ogasawara at canonical.com leann.ogasawara at canonical.com
Fri Jul 13 19:28:34 UTC 2012


From: Leann Ogasawara <leann.ogasawara at canonical.com>

== Precise SRU Justification ==
BugLink: http://bugs.launchpad.net/bugs/1019561

Enable support for rt33xx and rt53xx wireless chipsets in the rt2800usb driver. Without this some wifi devices are inoperable.

I have received positive test confirmation in the bug report for test kernels I built with these config options enabled.  This has also been enabled and uploaded in Quantal.

== Fix ==
Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX

Note:  These are marked EXPERIMENTAL hence the reason they were disabled by default in accordance with our standard kernel config policy.

== Impact ==
Minimal risk of regression. Enables support for the following:

#ifdef CONFIG_RT2800USB_RT35XX
        /* Allwin */
        { USB_DEVICE(0x8516, 0x3572) },
        /* Askey */
        { USB_DEVICE(0x1690, 0x0744) },
        /* Cisco */
        { USB_DEVICE(0x167b, 0x4001) },
        /* EnGenius */
        { USB_DEVICE(0x1740, 0x9801) },
        /* I-O DATA */
        { USB_DEVICE(0x04bb, 0x0944) },
        /* Linksys */
        { USB_DEVICE(0x13b1, 0x002f) },
        { USB_DEVICE(0x1737, 0x0079) },
        /* Ralink */
        { USB_DEVICE(0x148f, 0x3572) },
        /* Sitecom */
        { USB_DEVICE(0x0df6, 0x0041) },
        { USB_DEVICE(0x0df6, 0x0062) },
        /* Toshiba */
        { USB_DEVICE(0x0930, 0x0a07) },
        /* Zinwell */
        { USB_DEVICE(0x5a57, 0x0284) },
#endif
#ifdef CONFIG_RT2800USB_RT53XX
        /* Azurewave */
        { USB_DEVICE(0x13d3, 0x3329) },
        { USB_DEVICE(0x13d3, 0x3365) },
        /* Ralink */
        { USB_DEVICE(0x148f, 0x5370) },
        { USB_DEVICE(0x148f, 0x5372) },
#endif




More information about the kernel-team mailing list