]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/2.6.32.17/staging-rtl8192su-add-support-for-belkin-f5d8053-v6.patch
4.9-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 2.6.32.17 / staging-rtl8192su-add-support-for-belkin-f5d8053-v6.patch
1 From d615da093eb0f691a73a754589e2a4a24a6f1ca7 Mon Sep 17 00:00:00 2001
2 From: Richard Airlie <richard@backtrace.co.uk>
3 Date: Mon, 5 Apr 2010 22:22:46 +0100
4 Subject: staging: rtl8192su: add Support for Belkin F5D8053 v6
5
6 From: Richard Airlie <richard@backtrace.co.uk>
7
8 commit d615da093eb0f691a73a754589e2a4a24a6f1ca7 upstream.
9
10 Please find attached a patch which adds the device ID for the Belkin
11 F5D8053 v6 to the rtl8192su driver. I've tested this in 2.6.34-rc3
12 (Ubuntu 9.10 amd64) and the network adapter is working flawlessly.
13
14 Signed-off-by: Richard Airlie <richard@backtrace.co.uk>
15 Cc: Ben Hutchings <ben@decadent.org.uk>
16 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
17
18 ---
19 drivers/staging/rtl8192su/r8192U_core.c | 1 +
20 1 file changed, 1 insertion(+)
21
22 --- a/drivers/staging/rtl8192su/r8192U_core.c
23 +++ b/drivers/staging/rtl8192su/r8192U_core.c
24 @@ -119,6 +119,7 @@ static struct usb_device_id rtl8192_usb_
25 {USB_DEVICE(0x07aa, 0x0043)},
26 /* Belkin */
27 {USB_DEVICE(0x050d, 0x805E)},
28 + {USB_DEVICE(0x050d, 0x815F)}, /* Belkin F5D8053 v6 */
29 /* Sitecom */
30 {USB_DEVICE(0x0df6, 0x0031)},
31 {USB_DEVICE(0x0df6, 0x004b)}, /* WL-349 */