summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu
diff options
context:
space:
mode:
authorManu Gupta <manugupt1@gmail.com>2014-02-24 18:12:28 (GMT)
committerJiri Slaby <jslaby@suse.cz>2014-03-05 16:13:50 (GMT)
commit4a25b0d3f0cd544c3829f50aedc4834da7f413ec (patch)
tree47d6bfa51c709d3b5e504059ca48ef3181bd9f42 /drivers/staging/rtl8188eu
parente6608162af104fb8290e26a1c006747b0ac1ff6f (diff)
downloadlinux-fsl-qoriq-4a25b0d3f0cd544c3829f50aedc4834da7f413ec.tar.xz
staging: r8188eu: Add new device ID
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>
Diffstat (limited to 'drivers/staging/rtl8188eu')
-rw-r--r--drivers/staging/rtl8188eu/os_dep/usb_intf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rtl8188eu/os_dep/usb_intf.c b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
index 606d6f0..85f692d 100644
--- a/drivers/staging/rtl8188eu/os_dep/usb_intf.c
+++ b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
@@ -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 */
};