rt2x00: Initial support for RT5370 USB devices.
[deliverable/linux.git] / drivers / net / wireless / rt2x00 / rt2800usb.c
index 0eb44cf2f44ac5f9e5cc87add612b8d1437fd6da..ba82c972703aec773780bced0255f5d28075a673 100644 (file)
@@ -1000,6 +1000,14 @@ static struct usb_device_id rt2800usb_device_table[] = {
        /* 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
 #ifdef CONFIG_RT2800USB_UNKNOWN
        /*
         * Unclear what kind of devices these are (they aren't supported by the
This page took 0.030831 seconds and 5 git commands to generate.