staging/rtl8188eu: add 0df6:0076 Sitecom Europe B.V.
authorHolger Paradies <retabell@gmx.de>
Wed, 13 Aug 2014 18:22:49 +0000 (13:22 -0500)
committerJiri Slaby <jslaby@suse.cz>
Wed, 17 Sep 2014 13:12:22 +0000 (15:12 +0200)
commit 8626d524ef08f10fccc0c41e5f75aef8235edf47 upstream.

The stick is not recognized.
This dongle uses r8188eu but usb-id is missing.
3.16.0

Signed-off-by: Holger Paradies <retabell@gmx.de>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/staging/rtl8188eu/os_dep/usb_intf.c

index 85f692ddd992d2ce3523718d6145b620b449dd0f..899c91bd1ad1bc8c6786d451572eb5e320813801 100644 (file)
@@ -56,6 +56,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
        {USB_DEVICE(0x07b8, 0x8179)}, /* Abocom - Abocom */
        {USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */
        {USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */
+       {USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */
        {}      /* Terminating entry */
 };