Skip to content

Commit eb2ba09

Browse files
sylveongregkh
authored andcommitted
staging: rtl8188eu: add RNX-N150NUB support
commit f299aec6ebd747298e35934cff7709c6b119ca52 upstream. Add support for USB Device Rosewill RNX-N150NUB. VendorID: 0x0bda, ProductID: 0xffef Signed-off-by: Charles Milette <charles.milette@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1d7e8cf commit eb2ba09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/staging/rtl8188eu/os_dep/usb_intf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
4949
{USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */
5050
{USB_DEVICE(0x2357, 0x010c)}, /* TP-Link TL-WN722N v2 */
5151
{USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */
52+
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0xffef)}, /* Rosewill RNX-N150NUB */
5253
{} /* Terminating entry */
5354
};
5455

0 commit comments

Comments
 (0)