summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0027-rt2800usb-2001-3c17-is-an-RT3370-device.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0027-rt2800usb-2001-3c17-is-an-RT3370-device.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0027-rt2800usb-2001-3c17-is-an-RT3370-device.patch41
1 files changed, 41 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0027-rt2800usb-2001-3c17-is-an-RT3370-device.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0027-rt2800usb-2001-3c17-is-an-RT3370-device.patch
new file mode 100644
index 00000000..fb65d15a
--- /dev/null
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.25/0027-rt2800usb-2001-3c17-is-an-RT3370-device.patch
@@ -0,0 +1,41 @@
1From b35733e76251b308e5a65e60630261571c85f9f3 Mon Sep 17 00:00:00 2001
2From: Albert Pool <albertpool@solcon.nl>
3Date: Mon, 14 May 2012 18:08:32 +0200
4Subject: [PATCH 27/73] rt2800usb: 2001:3c17 is an RT3370 device
5
6commit 8fd9d059af12786341dec5a688e607bcdb372238 upstream.
7
8D-Link DWA-123 rev A1
9
10Signed-off-by: Albert Pool<albertpool@solcon.nl>
11Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
12Signed-off-by: John W. Linville <linville@tuxdriver.com>
13Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
14---
15 drivers/net/wireless/rt2x00/rt2800usb.c | 3 ++-
16 1 files changed, 2 insertions(+), 1 deletions(-)
17
18diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
19index 76ebba4..bdf960b 100644
20--- a/drivers/net/wireless/rt2x00/rt2800usb.c
21+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
22@@ -1091,6 +1091,8 @@ static struct usb_device_id rt2800usb_device_table[] = {
23 #ifdef CONFIG_RT2800USB_RT33XX
24 /* Belkin */
25 { USB_DEVICE(0x050d, 0x945b) },
26+ /* D-Link */
27+ { USB_DEVICE(0x2001, 0x3c17) },
28 /* Panasonic */
29 { USB_DEVICE(0x083a, 0xb511) },
30 /* Philips */
31@@ -1178,7 +1180,6 @@ static struct usb_device_id rt2800usb_device_table[] = {
32 /* D-Link */
33 { USB_DEVICE(0x07d1, 0x3c0b) },
34 { USB_DEVICE(0x07d1, 0x3c17) },
35- { USB_DEVICE(0x2001, 0x3c17) },
36 /* Encore */
37 { USB_DEVICE(0x203d, 0x14a1) },
38 /* Gemtek */
39--
401.7.7.6
41