usb_intf.c: adding Dlink DWA-121 REV B1

Adding Dlink DWA-121 REV B1
This commit is contained in:
wimpunk 2018-06-07 16:25:16 +02:00 committed by GitHub
parent 277e396099
commit 8a472f1a8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
{USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */ {USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */
{USB_DEVICE(0x056E, 0x4008)}, /* Elecom WDC-150SU2M */ {USB_DEVICE(0x056E, 0x4008)}, /* Elecom WDC-150SU2M */
{USB_DEVICE(0x2357, 0x010c)}, /* TP-Link TL-WN722N v2 */ {USB_DEVICE(0x2357, 0x010c)}, /* TP-Link TL-WN722N v2 */
{USB_DEVICE(0x2001, 0x331B)}, /* Dlink DWA-121 REV B1 */
{} /* Terminating entry */ {} /* Terminating entry */
}; };