]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: rtl8712/rtl8192u: move USB device ID within staging drivers.
authorMartin Krause <martin.krause@tqs.de>
Fri, 2 Mar 2012 12:01:40 +0000 (13:01 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Mar 2012 00:36:38 +0000 (16:36 -0800)
commit4ba81ca0bc86ec1fdb79a22dfe5e98b9818081c4
treec6866e83c9c931a3d0b4a92eaa75fa131efa8a28
parent1a807943cf60a5fdc46864a02b95bdb0cd0ad3a7
Staging: rtl8712/rtl8192u: move USB device ID within staging drivers.

It seems the USB device ID 0bda:8192 is wrongly assigned to the
RTL8192SU chip and not to the RTL8191SU chip in the USB database.
So this patch moves this device ID from the rtl8192u staging
driver to the rtl8712 staging driver.

This patch was tested with a Radicom WIFIHU embedded wireless
module with a RTL8191SU chip and the USB device ID 0bda:8192.
Without the patch the rtl8192u driver claims this device, but
it does not work. With the patch the rtl8712 driver services
this device and it works.

Signed-off-by: Martin Krause <martin.krause@tqs.de>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_core.c
drivers/staging/rtl8712/usb_intf.c