staging: r8188eu: Add new device ID
authorManu Gupta <manugupt1@gmail.com>
Mon, 24 Feb 2014 18:12:28 +0000 (12:12 -0600)
committerJiri Slaby <jslaby@suse.cz>
Wed, 5 Mar 2014 16:13:50 +0000 (17:13 +0100)
commit 260ea9c2e2d330303163e286ab01b66dbcfe3a6f upstream.

The D-Link DWA-123 REV D1 with USB ID 2001:3310 uses this driver.

Signed-off-by: Manu Gupta <manugupt1@gmail.com>
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 606d6f059972dde57890705a912410b98a5c7b52..85f692ddd992d2ce3523718d6145b620b449dd0f 100644 (file)
@@ -55,6 +55,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
        /****** 8188EUS ********/
        {USB_DEVICE(0x07b8, 0x8179)}, /* Abocom - Abocom */
        {USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */
+       {USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */
        {}      /* Terminating entry */
 };