linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82c
@ 2024-07-10 22:14 Bitterblue Smith
  2024-07-11  1:06 ` Ping-Ke Shih
  2024-07-17  4:25 ` Ping-Ke Shih
  0 siblings, 2 replies; 3+ messages in thread
From: Bitterblue Smith @ 2024-07-10 22:14 UTC (permalink / raw)
  To: linux-wireless@vger.kernel.org; +Cc: Ping-Ke Shih, Nick Morrow

From: Nick Morrow <morrownr@gmail.com>

Remove VID/PID 0bda:c82c as it was inadvertently added to the device
list in driver rtw8821cu. This VID/PID is for the rtw8822cu device
and it is already in the appropriate place for that device.

Cc: stable@vger.kernel.org
Signed-off-by: Nick Morrow <morrownr@gmail.com>
Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
---
 drivers/net/wireless/realtek/rtw88/rtw8821cu.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/wireless/realtek/rtw88/rtw8821cu.c b/drivers/net/wireless/realtek/rtw88/rtw8821cu.c
index e2c7d9f87683..a019f4085e73 100644
--- a/drivers/net/wireless/realtek/rtw88/rtw8821cu.c
+++ b/drivers/net/wireless/realtek/rtw88/rtw8821cu.c
@@ -31,8 +31,6 @@ static const struct usb_device_id rtw_8821cu_id_table[] = {
 	  .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) },
 	{ USB_DEVICE_AND_INTERFACE_INFO(RTW_USB_VENDOR_ID_REALTEK, 0xc82b, 0xff, 0xff, 0xff),
 	  .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) },
-	{ USB_DEVICE_AND_INTERFACE_INFO(RTW_USB_VENDOR_ID_REALTEK, 0xc82c, 0xff, 0xff, 0xff),
-	  .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) },
 	{ USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x331d, 0xff, 0xff, 0xff),
 	  .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) }, /* D-Link */
 	{ USB_DEVICE_AND_INTERFACE_INFO(0x7392, 0xc811, 0xff, 0xff, 0xff),
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [PATCH] wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82c
  2024-07-10 22:14 [PATCH] wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82c Bitterblue Smith
@ 2024-07-11  1:06 ` Ping-Ke Shih
  2024-07-17  4:25 ` Ping-Ke Shih
  1 sibling, 0 replies; 3+ messages in thread
From: Ping-Ke Shih @ 2024-07-11  1:06 UTC (permalink / raw)
  To: Bitterblue Smith, linux-wireless@vger.kernel.org; +Cc: Nick Morrow

Bitterblue Smith <rtl8821cerfe2@gmail.com> wrote:
> 
> From: Nick Morrow <morrownr@gmail.com>
> 
> Remove VID/PID 0bda:c82c as it was inadvertently added to the device
> list in driver rtw8821cu. This VID/PID is for the rtw8822cu device
> and it is already in the appropriate place for that device.
> 
> Cc: stable@vger.kernel.org
> Signed-off-by: Nick Morrow <morrownr@gmail.com>
> Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>

Acked-by: Ping-Ke Shih <pkshih@realtek.com>

> ---
>  drivers/net/wireless/realtek/rtw88/rtw8821cu.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/net/wireless/realtek/rtw88/rtw8821cu.c
> b/drivers/net/wireless/realtek/rtw88/rtw8821cu.c
> index e2c7d9f87683..a019f4085e73 100644
> --- a/drivers/net/wireless/realtek/rtw88/rtw8821cu.c
> +++ b/drivers/net/wireless/realtek/rtw88/rtw8821cu.c
> @@ -31,8 +31,6 @@ static const struct usb_device_id rtw_8821cu_id_table[] = {
>           .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) },
>         { USB_DEVICE_AND_INTERFACE_INFO(RTW_USB_VENDOR_ID_REALTEK, 0xc82b, 0xff, 0xff, 0xff),
>           .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) },
> -       { USB_DEVICE_AND_INTERFACE_INFO(RTW_USB_VENDOR_ID_REALTEK, 0xc82c, 0xff, 0xff, 0xff),
> -         .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) },

Checked internal USB ID tables. Indeed this is RTL8822CU.

>         { USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x331d, 0xff, 0xff, 0xff),
>           .driver_info = (kernel_ulong_t)&(rtw8821c_hw_spec) }, /* D-Link */
>         { USB_DEVICE_AND_INTERFACE_INFO(0x7392, 0xc811, 0xff, 0xff, 0xff),
> --
> 2.45.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82c
  2024-07-10 22:14 [PATCH] wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82c Bitterblue Smith
  2024-07-11  1:06 ` Ping-Ke Shih
@ 2024-07-17  4:25 ` Ping-Ke Shih
  1 sibling, 0 replies; 3+ messages in thread
From: Ping-Ke Shih @ 2024-07-17  4:25 UTC (permalink / raw)
  To: Bitterblue Smith, linux-wireless@vger.kernel.org
  Cc: Ping-Ke Shih, Nick Morrow

Bitterblue Smith <rtl8821cerfe2@gmail.com> wrote:

> From: Nick Morrow <morrownr@gmail.com>
> 
> Remove VID/PID 0bda:c82c as it was inadvertently added to the device
> list in driver rtw8821cu. This VID/PID is for the rtw8822cu device
> and it is already in the appropriate place for that device.
> 
> Cc: stable@vger.kernel.org
> Signed-off-by: Nick Morrow <morrownr@gmail.com>
> Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com>
> Acked-by: Ping-Ke Shih <pkshih@realtek.com>

1 patch(es) applied to rtw-next branch of rtw.git, thanks.

0af8cd2822f3 wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82c

---
https://github.com/pkshih/rtw.git


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-17  4:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-10 22:14 [PATCH] wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82c Bitterblue Smith
2024-07-11  1:06 ` Ping-Ke Shih
2024-07-17  4:25 ` Ping-Ke Shih

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).