2017-02-11 11:54:46

by Aaryn Coutanche

[permalink] [raw]
Subject: [PATCH] rtl8xxxu: Add (0x2357 0x0107) to the tested devices list.

From: Aaryn Coutanche <[email protected]>

---
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 3 +++
1 file changed, 3 insertions(+)

diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
index 3a86675..2ad2b3a 100644
--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
@@ -6196,6 +6196,9 @@ static struct usb_device_id dev_table[] = {
.driver_info = (unsigned long)&rtl8723au_fops},
{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x818b, 0xff, 0xff, 0xff),
.driver_info = (unsigned long)&rtl8192eu_fops},
+/* Tested by Aaryn Coutanche */
+{USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0107, 0xff, 0xff, 0xff),
+ .driver_info = (unsigned long)&rtl8192eu_fops},
/* Tested by Myckel Habets */
{USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0109, 0xff, 0xff, 0xff),
.driver_info = (unsigned long)&rtl8192eu_fops},
--
2.7.4

Signed-off-by: Aaryn Coutanche <[email protected]>


2017-02-13 09:18:21

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH] rtl8xxxu: Add (0x2357 0x0107) to the tested devices list.

Aaryn Coutanche <[email protected]> writes:

> From: Aaryn Coutanche <[email protected]>
>
> ---
> drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 3 +++
> 1 file changed, 3 insertions(+)

Signed-off-by is missing, please read Documentation/SubmittingPatches.
Also write a short commit log and document the device you used to test
this etc.

--
Kalle Valo

2017-02-13 17:47:21

by Jes Sorensen

[permalink] [raw]
Subject: Re: [PATCH] rtl8xxxu: Add (0x2357 0x0107) to the tested devices list.

On 02/13/2017 04:18 AM, Kalle Valo wrote:
> Aaryn Coutanche <[email protected]> writes:
>
>> From: Aaryn Coutanche <[email protected]>
>>
>> ---
>> drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 3 +++
>> 1 file changed, 3 insertions(+)
>
> Signed-off-by is missing, please read Documentation/SubmittingPatches.
> Also write a short commit log and document the device you used to test
> this etc.
>

Aaryn,

I already mentioned the Signed-off-by part to you - please make sure to
always include that.

In general a commit message should have a headline and then a body
message with a little more detail.

Cheers,
Jes