We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33dc85c commit 6d4556fCopy full SHA for 6d4556f
drivers/staging/rtl8188eu/os_dep/usb_intf.c
@@ -47,6 +47,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
47
{USB_DEVICE(0x07b8, 0x8179)}, /* Abocom - Abocom */
48
{USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */
49
{USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */
50
+ {USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */
51
{USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */
52
{} /* Terminating entry */
53
};
0 commit comments