summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0026-wireless-rt2x00-rt2800usb-more-devices-were-identifi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0026-wireless-rt2x00-rt2800usb-more-devices-were-identifi.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0026-wireless-rt2x00-rt2800usb-more-devices-were-identifi.patch79
1 files changed, 79 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0026-wireless-rt2x00-rt2800usb-more-devices-were-identifi.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0026-wireless-rt2x00-rt2800usb-more-devices-were-identifi.patch
new file mode 100644
index 00000000..afed1376
--- /dev/null
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0026-wireless-rt2x00-rt2800usb-more-devices-were-identifi.patch
@@ -0,0 +1,79 @@
1From 53157c2a7eda6ba98def241f183a06a6f28f852f Mon Sep 17 00:00:00 2001
2From: Xose Vazquez Perez <xose.vazquez@gmail.com>
3Date: Tue, 17 Apr 2012 16:28:05 +0200
4Subject: [PATCH 26/73] wireless: rt2x00: rt2800usb more devices were
5 identified
6
7commit e828b9fb4f6c3513950759d5fb902db5bd054048 upstream.
8
9found in 2012_03_22_RT5572_Linux_STA_v2.6.0.0_DPO
10
11RT3070:
12(0x2019,0x5201) Planex Communications, Inc. RT8070
13(0x7392,0x4085) 2L Central Europe BV 8070
147392 is Edimax
15
16RT35xx:
17(0x1690,0x0761) Askey
18was Fujitsu Stylistic 550, but 1690 is Askey
19
20Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
21Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
22Signed-off-by: John W. Linville <linville@tuxdriver.com>
23Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
24---
25 drivers/net/wireless/rt2x00/rt2800usb.c | 8 +++-----
26 1 files changed, 3 insertions(+), 5 deletions(-)
27
28diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
29index f05a12d..76ebba4 100644
30--- a/drivers/net/wireless/rt2x00/rt2800usb.c
31+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
32@@ -946,6 +946,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
33 /* DVICO */
34 { USB_DEVICE(0x0fe9, 0xb307) },
35 /* Edimax */
36+ { USB_DEVICE(0x7392, 0x4085) },
37 { USB_DEVICE(0x7392, 0x7711) },
38 { USB_DEVICE(0x7392, 0x7717) },
39 { USB_DEVICE(0x7392, 0x7718) },
40@@ -1021,6 +1022,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
41 /* Philips */
42 { USB_DEVICE(0x0471, 0x200f) },
43 /* Planex */
44+ { USB_DEVICE(0x2019, 0x5201) },
45 { USB_DEVICE(0x2019, 0xab25) },
46 { USB_DEVICE(0x2019, 0xed06) },
47 /* Quanta */
48@@ -1104,6 +1106,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
49 { USB_DEVICE(0x8516, 0x3572) },
50 /* Askey */
51 { USB_DEVICE(0x1690, 0x0744) },
52+ { USB_DEVICE(0x1690, 0x0761) },
53 { USB_DEVICE(0x1690, 0x0764) },
54 /* Cisco */
55 { USB_DEVICE(0x167b, 0x4001) },
56@@ -1176,12 +1179,8 @@ static struct usb_device_id rt2800usb_device_table[] = {
57 { USB_DEVICE(0x07d1, 0x3c0b) },
58 { USB_DEVICE(0x07d1, 0x3c17) },
59 { USB_DEVICE(0x2001, 0x3c17) },
60- /* Edimax */
61- { USB_DEVICE(0x7392, 0x4085) },
62 /* Encore */
63 { USB_DEVICE(0x203d, 0x14a1) },
64- /* Fujitsu Stylistic 550 */
65- { USB_DEVICE(0x1690, 0x0761) },
66 /* Gemtek */
67 { USB_DEVICE(0x15a9, 0x0010) },
68 /* Gigabyte */
69@@ -1202,7 +1201,6 @@ static struct usb_device_id rt2800usb_device_table[] = {
70 { USB_DEVICE(0x05a6, 0x0101) },
71 { USB_DEVICE(0x1d4d, 0x0010) },
72 /* Planex */
73- { USB_DEVICE(0x2019, 0x5201) },
74 { USB_DEVICE(0x2019, 0xab24) },
75 /* Qcom */
76 { USB_DEVICE(0x18e8, 0x6259) },
77--
781.7.7.6
79