]> Git Repo - linux.git/commitdiff
staging: r8188eu: Add Rosewill USB-N150 Nano to device tables
authorLarry Finger <[email protected]>
Sun, 14 Aug 2022 17:50:27 +0000 (12:50 -0500)
committerGreg Kroah-Hartman <[email protected]>
Tue, 16 Aug 2022 13:25:00 +0000 (15:25 +0200)
This device is reported as using the RTL8188EUS chip.

It has the improbable USB ID of 0bda:ffef, which normally would belong
to Realtek, but this ID works for the reporter.

Signed-off-by: Larry Finger <[email protected]>
Cc: stable <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/r8188eu/os_dep/usb_intf.c

index cc2b44f60c468a8ac11093821ec8e63fea28ad20..9147d176da4f714e2ecd592f9c050691ced3daf5 100644 (file)
@@ -28,6 +28,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
        /*=== Realtek demoboard ===*/
        {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x8179)}, /* 8188EUS */
        {USB_DEVICE(USB_VENDER_ID_REALTEK, 0x0179)}, /* 8188ETV */
+       {USB_DEVICE(USB_VENDER_ID_REALTEK, 0xffef)}, /* Rosewill USB-N150 Nano */
        /*=== Customer ID ===*/
        /****** 8188EUS ********/
        {USB_DEVICE(0x07B8, 0x8179)}, /* Abocom - Abocom */
This page took 0.061662 seconds and 4 git commands to generate.