diff mbox

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

Message ID 1486814067-9874-1-git-send-email-aaryncoutanche@gmail.com (mailing list archive)
State Changes Requested
Delegated to: Kalle Valo
Headers show

Commit Message

Aaryn Coutanche Feb. 11, 2017, 11:54 a.m. UTC
From: Aaryn Coutanche <aaryncoutanche@gmail.com>

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

Comments

Kalle Valo Feb. 13, 2017, 9:18 a.m. UTC | #1
Aaryn Coutanche <aaryncoutanche@gmail.com> writes:

> From: Aaryn Coutanche <aaryncoutanche@gmail.com>
>
> ---
>  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.
Jes Sorensen Feb. 13, 2017, 5:47 p.m. UTC | #2
On 02/13/2017 04:18 AM, Kalle Valo wrote:
> Aaryn Coutanche <aaryncoutanche@gmail.com> writes:
>
>> From: Aaryn Coutanche <aaryncoutanche@gmail.com>
>>
>> ---
>>  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
diff mbox

Patch

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