Skip to content

Commit 6d4556f

Browse files
lwfingergregkh
authored andcommitted
staging: r8188eu: Add new device ID for DLink GO-USB-N150
The DLink GO-USB-N150 with revision B1 uses this driver. Signed-off-by: Larry Finger <[email protected]> Cc: stable <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 33dc85c commit 6d4556f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/staging/rtl8188eu/os_dep/usb_intf.c

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
4747
{USB_DEVICE(0x07b8, 0x8179)}, /* Abocom - Abocom */
4848
{USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */
4949
{USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */
50+
{USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */
5051
{USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */
5152
{} /* Terminating entry */
5253
};

0 commit comments

Comments
 (0)