diff options
author | Gertjan van Wingerde <gwingerde@gmail.com> | 2011-05-04 15:41:36 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-05-05 14:59:21 -0400 |
commit | aca355b9784fbc960c9caa6b30f953a965296420 (patch) | |
tree | 52f5d5037d3600366e9979a47c80c39f8e3d8c90 /drivers/net/wireless/rt2x00/rt2800usb.c | |
parent | 28ef6450f0182f95c4f50aaa0ab2043a09c72b0a (diff) |
rt2x00: Initial support for RT5370 USB devices.
Add necessary RF chipset define and basic support for these devices.
Tested-by: Juan Carlos Garza <juancarlosgarza@gmail.com>
Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2800usb.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800usb.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c index 0eb44cf2f44a..ba82c972703a 100644 --- a/drivers/net/wireless/rt2x00/rt2800usb.c +++ b/drivers/net/wireless/rt2x00/rt2800usb.c | |||
@@ -1000,6 +1000,14 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
1000 | /* Zinwell */ | 1000 | /* Zinwell */ |
1001 | { USB_DEVICE(0x5a57, 0x0284) }, | 1001 | { USB_DEVICE(0x5a57, 0x0284) }, |
1002 | #endif | 1002 | #endif |
1003 | #ifdef CONFIG_RT2800USB_RT53XX | ||
1004 | /* Azurewave */ | ||
1005 | { USB_DEVICE(0x13d3, 0x3329) }, | ||
1006 | { USB_DEVICE(0x13d3, 0x3365) }, | ||
1007 | /* Ralink */ | ||
1008 | { USB_DEVICE(0x148f, 0x5370) }, | ||
1009 | { USB_DEVICE(0x148f, 0x5372) }, | ||
1010 | #endif | ||
1003 | #ifdef CONFIG_RT2800USB_UNKNOWN | 1011 | #ifdef CONFIG_RT2800USB_UNKNOWN |
1004 | /* | 1012 | /* |
1005 | * Unclear what kind of devices these are (they aren't supported by the | 1013 | * Unclear what kind of devices these are (they aren't supported by the |