Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 260ea9c2 authored by Manu Gupta's avatar Manu Gupta Committed by Greg Kroah-Hartman
Browse files

staging: r8188eu: Add new device ID



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

Signed-off-by: default avatarManu Gupta <manugupt1@gmail.com>
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cfbf8d48
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */
};