]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0025-wireless-rt2x00-rt2800usb-add-more-devices-ids.patch
linux-ti33x-psp 3.2: update to 3.2.25
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-ti33x-psp-3.2 / 3.2.25 / 0025-wireless-rt2x00-rt2800usb-add-more-devices-ids.patch
1 From 1b993bd614946837177ce94e29f3d6febec2d7dc Mon Sep 17 00:00:00 2001
2 From: Xose Vazquez Perez <xose.vazquez@gmail.com>
3 Date: Tue, 17 Apr 2012 01:50:32 +0200
4 Subject: [PATCH 25/73] wireless: rt2x00: rt2800usb add more devices ids
6 commit 63b376411173c343bbcb450f95539da91f079e0c upstream.
8 They were taken from ralink drivers:
9 2011_0719_RT3070_RT3370_RT5370_RT5372_Linux_STA_V2.5.0.3_DPO
10 2012_03_22_RT5572_Linux_STA_v2.6.0.0_DPO
12 0x1eda,0x2210 RT3070 Airties
14 0x083a,0xb511 RT3370 Panasonic
15 0x0471,0x20dd RT3370 Philips
17 0x1690,0x0764 RT35xx Askey
18 0x0df6,0x0065 RT35xx Sitecom
19 0x0df6,0x0066 RT35xx Sitecom
20 0x0df6,0x0068 RT35xx Sitecom
22 0x2001,0x3c1c RT5370 DLink
23 0x2001,0x3c1d RT5370 DLink
25 2001 is D-Link not Alpha
27 Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
28 Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
29 Signed-off-by: John W. Linville <linville@tuxdriver.com>
30 [bwh: Backported to 3.2: drop the 5372 devices]
31 Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
32 ---
33  drivers/net/wireless/rt2x00/rt2800usb.c |   12 ++++++++++++
34  1 files changed, 12 insertions(+), 0 deletions(-)
36 diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
37 index 0ffa111..f05a12d 100644
38 --- a/drivers/net/wireless/rt2x00/rt2800usb.c
39 +++ b/drivers/net/wireless/rt2x00/rt2800usb.c
40 @@ -876,6 +876,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
41         { USB_DEVICE(0x1482, 0x3c09) },
42         /* AirTies */
43         { USB_DEVICE(0x1eda, 0x2012) },
44 +       { USB_DEVICE(0x1eda, 0x2210) },
45         { USB_DEVICE(0x1eda, 0x2310) },
46         /* Allwin */
47         { USB_DEVICE(0x8516, 0x2070) },
48 @@ -1088,6 +1089,10 @@ static struct usb_device_id rt2800usb_device_table[] = {
49  #ifdef CONFIG_RT2800USB_RT33XX
50         /* Belkin */
51         { USB_DEVICE(0x050d, 0x945b) },
52 +       /* Panasonic */
53 +       { USB_DEVICE(0x083a, 0xb511) },
54 +       /* Philips */
55 +       { USB_DEVICE(0x0471, 0x20dd) },
56         /* Ralink */
57         { USB_DEVICE(0x148f, 0x3370) },
58         { USB_DEVICE(0x148f, 0x8070) },
59 @@ -1099,6 +1104,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
60         { USB_DEVICE(0x8516, 0x3572) },
61         /* Askey */
62         { USB_DEVICE(0x1690, 0x0744) },
63 +       { USB_DEVICE(0x1690, 0x0764) },
64         /* Cisco */
65         { USB_DEVICE(0x167b, 0x4001) },
66         /* EnGenius */
67 @@ -1113,6 +1119,9 @@ static struct usb_device_id rt2800usb_device_table[] = {
68         /* Sitecom */
69         { USB_DEVICE(0x0df6, 0x0041) },
70         { USB_DEVICE(0x0df6, 0x0062) },
71 +       { USB_DEVICE(0x0df6, 0x0065) },
72 +       { USB_DEVICE(0x0df6, 0x0066) },
73 +       { USB_DEVICE(0x0df6, 0x0068) },
74         /* Toshiba */
75         { USB_DEVICE(0x0930, 0x0a07) },
76         /* Zinwell */
77 @@ -1122,6 +1131,9 @@ static struct usb_device_id rt2800usb_device_table[] = {
78         /* Azurewave */
79         { USB_DEVICE(0x13d3, 0x3329) },
80         { USB_DEVICE(0x13d3, 0x3365) },
81 +       /* D-Link */
82 +       { USB_DEVICE(0x2001, 0x3c1c) },
83 +       { USB_DEVICE(0x2001, 0x3c1d) },
84         /* Ralink */
85         { USB_DEVICE(0x148f, 0x5370) },
86         { USB_DEVICE(0x148f, 0x5372) },
87 -- 
88 1.7.7.6