linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wifi: rtl8xxxu: Add a description about the device ID 0x7392:0xb722
@ 2023-09-12  5:36 Zenm Chen
  2023-09-12  5:44 ` Zenm Chen
  2023-09-18 14:31 ` Kalle Valo
  0 siblings, 2 replies; 3+ messages in thread
From: Zenm Chen @ 2023-09-12  5:36 UTC (permalink / raw)
  To: Jes.Sorensen
  Cc: kvalo, linux-wireless, linux-kernel, rtl8821cerfe2, Zenm Chen

According to the driver provided by EDIMAX, the device ID
0x7392:0xb722 belongs to EDIMAX EW-7722UTn V3, so add a comment about this.

Signed-off-by: Zenm Chen <zenmchen@gmail.com>
---
 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
index d1bb605e8b54..43ee7592bc6e 100644
--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
@@ -7801,6 +7801,7 @@ static const struct usb_device_id dev_table[] = {
 /* Asus USB-N13 rev C1 */
 {USB_DEVICE_AND_INTERFACE_INFO(0x0b05, 0x18f1, 0xff, 0xff, 0xff),
 	.driver_info = (unsigned long)&rtl8192fu_fops},
+/* EDIMAX EW-7722UTn V3 */
 {USB_DEVICE_AND_INTERFACE_INFO(0x7392, 0xb722, 0xff, 0xff, 0xff),
 	.driver_info = (unsigned long)&rtl8192fu_fops},
 {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x318b, 0xff, 0xff, 0xff),
-- 
2.42.0


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

* Re: [PATCH] wifi: rtl8xxxu: Add a description about the device ID 0x7392:0xb722
  2023-09-12  5:36 [PATCH] wifi: rtl8xxxu: Add a description about the device ID 0x7392:0xb722 Zenm Chen
@ 2023-09-12  5:44 ` Zenm Chen
  2023-09-18 14:31 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Zenm Chen @ 2023-09-12  5:44 UTC (permalink / raw)
  To: zenmchen; +Cc: Jes.Sorensen, kvalo, linux-kernel, linux-wireless, rtl8821cerfe2

Link to the driver provided by EDIMAX
https://www.edimax.com/edimax/mw/cufiles/files/download/Driver_Utility/EW-7722UTn_V3/EW-7722UTn_V3_Linux_Driver_1.0.0.6.zip

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

* Re: [PATCH] wifi: rtl8xxxu: Add a description about the device ID 0x7392:0xb722
  2023-09-12  5:36 [PATCH] wifi: rtl8xxxu: Add a description about the device ID 0x7392:0xb722 Zenm Chen
  2023-09-12  5:44 ` Zenm Chen
@ 2023-09-18 14:31 ` Kalle Valo
  1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2023-09-18 14:31 UTC (permalink / raw)
  To: Zenm Chen
  Cc: Jes.Sorensen, linux-wireless, linux-kernel, rtl8821cerfe2, Zenm Chen

Zenm Chen <zenmchen@gmail.com> wrote:

> According to the driver provided by EDIMAX, the device ID
> 0x7392:0xb722 belongs to EDIMAX EW-7722UTn V3, so add a comment about this.
> 
> Signed-off-by: Zenm Chen <zenmchen@gmail.com>

Patch applied to wireless-next.git, thanks.

c35642806830 wifi: rtl8xxxu: Add a description about the device ID 0x7392:0xb722

-- 
https://patchwork.kernel.org/project/linux-wireless/patch/20230912053614.10644-1-zenmchen@gmail.com/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


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

end of thread, other threads:[~2023-09-18 17:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-12  5:36 [PATCH] wifi: rtl8xxxu: Add a description about the device ID 0x7392:0xb722 Zenm Chen
2023-09-12  5:44 ` Zenm Chen
2023-09-18 14:31 ` Kalle Valo

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