1 From 088fc53bfda23acd009213c5ff83f411bf09e307 Mon Sep 17 00:00:00 2001
2 From: Koen Kooi <koen@dominion.thruhere.net>
3 Date: Sun, 18 Jul 2010 11:25:12 +0200
4 Subject: [PATCH 65/75] rtl8192su: remove bogus Kconfig depend on PCI and add another product ID
6 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
8 drivers/staging/rtl8192su/Kconfig | 2 +-
9 drivers/staging/rtl8192su/r8192U_core.c | 1 +
10 2 files changed, 2 insertions(+), 1 deletions(-)
12 diff --git a/drivers/staging/rtl8192su/Kconfig b/drivers/staging/rtl8192su/Kconfig
13 index 123fa6d..9888927 100644
14 --- a/drivers/staging/rtl8192su/Kconfig
15 +++ b/drivers/staging/rtl8192su/Kconfig
18 tristate "RealTek RTL8192SU Wireless LAN NIC driver"
19 - depends on PCI && WLAN && USB
20 + depends on WLAN && USB
21 depends on WIRELESS_EXT
24 diff --git a/drivers/staging/rtl8192su/r8192U_core.c b/drivers/staging/rtl8192su/r8192U_core.c
25 index 66274d7..48e4c29 100644
26 --- a/drivers/staging/rtl8192su/r8192U_core.c
27 +++ b/drivers/staging/rtl8192su/r8192U_core.c
28 @@ -112,6 +112,7 @@ u32 rt_global_debug_component = \
30 static struct usb_device_id rtl8192_usb_id_tbl[] = {
32 + {USB_DEVICE(0x0bda, 0x8171)},
33 {USB_DEVICE(0x0bda, 0x8192)},
34 {USB_DEVICE(0x0bda, 0x8709)},