From df9ca6988487469846f8dd3317c2ae4c5a8d997d Mon Sep 17 00:00:00 2001 From: Charles Milette Date: Sat, 12 Aug 2017 13:39:25 -0400 Subject: [PATCH] Add support for the Rosewill RNX-N150NUB USB NIC --- os_dep/usb_intf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/os_dep/usb_intf.c b/os_dep/usb_intf.c index 954fbbf..5f39b07 100644 --- a/os_dep/usb_intf.c +++ b/os_dep/usb_intf.c @@ -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(0x056E, 0x4008)}, /* Elecom WDC-150SU2M */ {USB_DEVICE(0x2357, 0x010c)}, /* TP-Link TL-WN722N v2 */ + {USB_DEVICE(USB_VENDER_ID_REALTEK, 0xffef)}, /* Rosewill RNX-N150NUB */ {} /* Terminating entry */ };