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

2017-02-13 Thread Jes Sorensen

On 02/13/2017 04:18 AM, Kalle Valo wrote:

Aaryn Coutanche  writes:


From: Aaryn Coutanche 

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



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

2017-02-13 Thread Kalle Valo
Aaryn Coutanche  writes:

> From: Aaryn Coutanche 
>
> ---
>  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


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

2017-02-11 Thread Aaryn Coutanche
From: Aaryn Coutanche 

---
 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)_fops},
 {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x818b, 0xff, 0xff, 
0xff),
.driver_info = (unsigned long)_fops},
+/* Tested by Aaryn Coutanche */
+{USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0107, 0xff, 0xff, 0xff),
+   .driver_info = (unsigned long)_fops},
 /* Tested by Myckel Habets */
 {USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0109, 0xff, 0xff, 0xff),
.driver_info = (unsigned long)_fops},
-- 
2.7.4

Signed-off-by: Aaryn Coutanche