public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] wifiwifi: Realtek: rtl8xxxu Add new device ID
@ 2023-12-07  8:46 ZeroBeat
  2023-12-07  8:52 ` Ping-Ke Shih
  0 siblings, 1 reply; 11+ messages in thread
From: ZeroBeat @ 2023-12-07  8:46 UTC (permalink / raw)
  To: Ping-Ke Shih; +Cc: linux-wireless, Jes.Sorensen


[-- Attachment #1.1.1: Type: text/plain, Size: 2943 bytes --]

Better now?

subject: wifi: rtl8xxxu: Add new device ID

diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
index 43ee7592bc6e..47b5e6d20e54 100644
--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
@@ -7957,6 +7957,8 @@ static const struct usb_device_id dev_table[] = {
  /* found in rtl8192eu vendor driver */
  {USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0107, 0xff, 0xff, 0xff),
         .driver_info = (unsigned long)&rtl8192eu_fops},
+{USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0126, 0xff, 0xff, 0xff),
+       .driver_info = (unsigned long)&rtl8192eu_fops},
  {USB_DEVICE_AND_INTERFACE_INFO(0x2019, 0xab33, 0xff, 0xff, 0xff),
         .driver_info = (unsigned long)&rtl8192eu_fops},
  {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x818c, 0xff, 0xff, 0xff),

Signed-off-by: Michael Dieckmann <zerobeat@gmx.de>
---
  drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c |  2 ++



 > -----Original Message-----
 > From: ZeroBeat <ZeroBeat@gmx.de>
 > Sent: Wednesday, December 6, 2023 7:48 PM
 > To: linux-wireless@vger.kernel.org
 > Cc: Jes.Sorensen@gmail.com
 > Subject: [PATCH] wifiwifi: Realtek: rtl8xxxu Add new device ID

subject prefix should be "wifi: rtl8xxxu: ..."

 >
 > From: Michael Dieckmann (https://github.com/ZerBea)
 > To: linux-wireless
 >
 > Subject: [PATCH] wifi: Realtek: rtl8xxxu Add new device ID
 >
 > This patch will add a new device ID.
 > Patch will close: https://bugzilla.kernel.org/show_bug.cgi?id=218231
 >
 >
 > TP-Link TL-WN8200ND(UN) v3.0
 > ID 2357:0126 TP-Link 802.11n NIC
 > https://www.tp-link.com/de/home-networking/adapter/tl-wn8200nd/
 > Sold in Germany.

Missed your sign-of-by, and this patch looks irregular.
Please reference to https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

 >
 >
 > --- linux/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c.orig	2023-12-06 12:38:51.929484252
 > +0100
 > +++ linux/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c	2023-12-06 11:54:12.524302276 +0100

The directory path is incorrect.

 > @@ -7957,6 +7957,8 @@ static const struct usb_device_id dev_ta
 >   /* found in rtl8192eu vendor driver */
 >   {USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0107, 0xff, 0xff, 0xff),
 >   	.driver_info = (unsigned long)&rtl8192eu_fops},
 > +{USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0126, 0xff, 0xff, 0xff),
 > +	.driver_info = (unsigned long)&rtl8192eu_fops},

The indentation is different from other existing ones.

 >   {USB_DEVICE_AND_INTERFACE_INFO(0x2019, 0xab33, 0xff, 0xff, 0xff),
 >   	.driver_info = (unsigned long)&rtl8192eu_fops},
 >   {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x818c, 0xff, 0xff, 0xff),
 >
 >
 > Thanks for maintaining this driver.
 > Best regards
 > Michael Dieckmann

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 1705 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [PATCH] wifiwifi: Realtek: rtl8xxxu Add new device ID
@ 2023-12-06 11:48 ZeroBeat
  2023-12-07  0:17 ` Ping-Ke Shih
  2023-12-07 11:51 ` ZeroBeat
  0 siblings, 2 replies; 11+ messages in thread
From: ZeroBeat @ 2023-12-06 11:48 UTC (permalink / raw)
  To: linux-wireless; +Cc: Jes.Sorensen


[-- Attachment #1.1.1: Type: text/plain, Size: 1232 bytes --]

From: Michael Dieckmann (https://github.com/ZerBea)
To: linux-wireless

Subject: [PATCH] wifi: Realtek: rtl8xxxu Add new device ID

This patch will add a new device ID.
Patch will close: https://bugzilla.kernel.org/show_bug.cgi?id=218231


TP-Link TL-WN8200ND(UN) v3.0
ID 2357:0126 TP-Link 802.11n NIC
https://www.tp-link.com/de/home-networking/adapter/tl-wn8200nd/
Sold in Germany.


--- linux/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c.orig	2023-12-06 12:38:51.929484252 +0100
+++ linux/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c	2023-12-06 11:54:12.524302276 +0100
@@ -7957,6 +7957,8 @@ static const struct usb_device_id dev_ta
  /* found in rtl8192eu vendor driver */
  {USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0107, 0xff, 0xff, 0xff),
  	.driver_info = (unsigned long)&rtl8192eu_fops},
+{USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0126, 0xff, 0xff, 0xff),
+	.driver_info = (unsigned long)&rtl8192eu_fops},
  {USB_DEVICE_AND_INTERFACE_INFO(0x2019, 0xab33, 0xff, 0xff, 0xff),
  	.driver_info = (unsigned long)&rtl8192eu_fops},
  {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x818c, 0xff, 0xff, 0xff),


Thanks for maintaining this driver.
Best regards
Michael Dieckmann

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 1705 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

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

end of thread, other threads:[~2023-12-08  7:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07  8:46 [PATCH] wifiwifi: Realtek: rtl8xxxu Add new device ID ZeroBeat
2023-12-07  8:52 ` Ping-Ke Shih
2023-12-07  9:02   ` ZeroBeat
2023-12-07  9:38   ` ZeroBeat
2023-12-08  0:43     ` Ping-Ke Shih
2023-12-08  6:41       ` ZeroBeat
2023-12-08  7:01         ` Ping-Ke Shih
2023-12-08  7:37           ` ZeroBeat
  -- strict thread matches above, loose matches on Subject: below --
2023-12-06 11:48 ZeroBeat
2023-12-07  0:17 ` Ping-Ke Shih
2023-12-07 11:51 ` ZeroBeat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox