* [PATCH 1/2] staging: r8188eu: Add Rosewill USB-N150 Nano to device tables
@ 2022-08-14 17:50 Larry Finger
2022-08-16 13:24 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Larry Finger @ 2022-08-14 17:50 UTC (permalink / raw)
To: gregkh; +Cc: phil, linux-staging, linux-kernel, linux-wireless, Larry Finger
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 <Larry.Finger@lwfinger.net>
---
drivers/staging/r8188eu/os_dep/usb_intf.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/r8188eu/os_dep/usb_intf.c b/drivers/staging/r8188eu/os_dep/usb_intf.c
index cc2b44f60c46..9147d176da4f 100644
--- a/drivers/staging/r8188eu/os_dep/usb_intf.c
+++ b/drivers/staging/r8188eu/os_dep/usb_intf.c
@@ -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 */
--
2.37.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/2] staging: r8188eu: Add Rosewill USB-N150 Nano to device tables
2022-08-14 17:50 [PATCH 1/2] staging: r8188eu: Add Rosewill USB-N150 Nano to device tables Larry Finger
@ 2022-08-16 13:24 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2022-08-16 13:24 UTC (permalink / raw)
To: Larry Finger; +Cc: phil, linux-staging, linux-kernel, linux-wireless
On Sun, Aug 14, 2022 at 12:50:27PM -0500, Larry Finger wrote:
> 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 <Larry.Finger@lwfinger.net>
> ---
> drivers/staging/r8188eu/os_dep/usb_intf.c | 1 +
> 1 file changed, 1 insertion(+)
Where is patch 2/2?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-16 13:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-14 17:50 [PATCH 1/2] staging: r8188eu: Add Rosewill USB-N150 Nano to device tables Larry Finger
2022-08-16 13:24 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).