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>


authored by Richard Airlie and committed by Greg Kroah-Hartman d615da09 6536560c

+1
+1
drivers/staging/rtl8192su/r8192U_core.c
··· 120 {USB_DEVICE(0x07aa, 0x0043)}, 121 /* Belkin */ 122 {USB_DEVICE(0x050d, 0x805E)}, 123 /* Sitecom */ 124 {USB_DEVICE(0x0df6, 0x0031)}, 125 /* EnGenius */
··· 120 {USB_DEVICE(0x07aa, 0x0043)}, 121 /* Belkin */ 122 {USB_DEVICE(0x050d, 0x805E)}, 123 + {USB_DEVICE(0x050d, 0x815F)}, /* Belkin F5D8053 v6 */ 124 /* Sitecom */ 125 {USB_DEVICE(0x0df6, 0x0031)}, 126 /* EnGenius */