aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorRichard Airlie <richard@backtrace.co.uk>2010-04-05 17:22:46 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-04-30 12:30:10 -0400
commitd615da093eb0f691a73a754589e2a4a24a6f1ca7 (patch)
treea95a6e681802db0c7d04256c77ffeb8f07292cb3 /drivers/staging
parent6536560cabab170ed2969b005bf69a496e9c45bf (diff)
staging: rtl8192su: add Support for Belkin F5D8053 v6
Please find attached a patch which adds the device ID for the Belkin F5D8053 v6 to the rtl8192su driver. I've tested this in 2.6.34-rc3 (Ubuntu 9.10 amd64) and the network adapter is working flawlessly. Signed-off-by: Richard Airlie <richard@backtrace.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/rtl8192su/r8192U_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rtl8192su/r8192U_core.c b/drivers/staging/rtl8192su/r8192U_core.c
index 03692c8f73fc..fcdb9e4b74d4 100644
--- a/drivers/staging/rtl8192su/r8192U_core.c
+++ b/drivers/staging/rtl8192su/r8192U_core.c
@@ -120,6 +120,7 @@ static const struct usb_device_id rtl8192_usb_id_tbl[] = {
120 {USB_DEVICE(0x07aa, 0x0043)}, 120 {USB_DEVICE(0x07aa, 0x0043)},
121 /* Belkin */ 121 /* Belkin */
122 {USB_DEVICE(0x050d, 0x805E)}, 122 {USB_DEVICE(0x050d, 0x805E)},
123 {USB_DEVICE(0x050d, 0x815F)}, /* Belkin F5D8053 v6 */
123 /* Sitecom */ 124 /* Sitecom */
124 {USB_DEVICE(0x0df6, 0x0031)}, 125 {USB_DEVICE(0x0df6, 0x0031)},
125 /* EnGenius */ 126 /* EnGenius */