Skip to content

Commit 260ea9c

Browse files
manugupt1gregkh
authored andcommitted
staging: r8188eu: Add new device ID
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> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent cfbf8d4 commit 260ea9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/staging/rtl8188eu/os_dep/usb_intf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
5555
/****** 8188EUS ********/
5656
{USB_DEVICE(0x07b8, 0x8179)}, /* Abocom - Abocom */
5757
{USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */
58+
{USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */
5859
{} /* Terminating entry */
5960
};
6061

0 commit comments

Comments
 (0)