summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.22/0005-staging-r8712u-Add-new-USB-IDs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.22/0005-staging-r8712u-Add-new-USB-IDs.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.22/0005-staging-r8712u-Add-new-USB-IDs.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.22/0005-staging-r8712u-Add-new-USB-IDs.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.22/0005-staging-r8712u-Add-new-USB-IDs.patch
new file mode 100644
index 00000000..2bc87d79
--- /dev/null
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.22/0005-staging-r8712u-Add-new-USB-IDs.patch
@@ -0,0 +1,32 @@
1From 4f4723008a7461c6840e643bc66fcd92bfbf26b3 Mon Sep 17 00:00:00 2001
2From: Lubomir Schmidt <gentoo.lubomir@googlemail.com>
3Date: Fri, 15 Jun 2012 15:12:17 -0500
4Subject: [PATCH 05/46] staging: r8712u: Add new USB IDs
5
6commit 3026b0e942c65c65c8fc80d391d004228b52b916 upstream.
7
8There are two new devices for this driver.
9
10Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
11Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
12Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
13---
14 drivers/staging/rtl8712/usb_intf.c | 2 ++
15 1 file changed, 2 insertions(+)
16
17diff --git a/drivers/staging/rtl8712/usb_intf.c b/drivers/staging/rtl8712/usb_intf.c
18index ec41d38..f4b738f 100644
19--- a/drivers/staging/rtl8712/usb_intf.c
20+++ b/drivers/staging/rtl8712/usb_intf.c
21@@ -102,6 +102,8 @@ static struct usb_device_id rtl871x_usb_id_tbl[] = {
22 /* - */
23 {USB_DEVICE(0x20F4, 0x646B)},
24 {USB_DEVICE(0x083A, 0xC512)},
25+ {USB_DEVICE(0x25D4, 0x4CA1)},
26+ {USB_DEVICE(0x25D4, 0x4CAB)},
27
28 /* RTL8191SU */
29 /* Realtek */
30--
311.7.10
32