* [PATCH] rtl8xxxu: Add (0x2357 0x0107) to the tested devices list.
@ 2017-02-11 11:54 Aaryn Coutanche
2017-02-13 9:18 ` Kalle Valo
0 siblings, 1 reply; 3+ messages in thread
From: Aaryn Coutanche @ 2017-02-11 11:54 UTC (permalink / raw)
To: jes.sorensen; +Cc: Aaryn Coutanche, linux-wireless
From: Aaryn Coutanche <aaryncoutanche@gmail.com>
---
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 <aaryncoutanche@gmail.com>
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] rtl8xxxu: Add (0x2357 0x0107) to the tested devices list.
2017-02-11 11:54 [PATCH] rtl8xxxu: Add (0x2357 0x0107) to the tested devices list Aaryn Coutanche
@ 2017-02-13 9:18 ` Kalle Valo
2017-02-13 17:47 ` Jes Sorensen
0 siblings, 1 reply; 3+ messages in thread
From: Kalle Valo @ 2017-02-13 9:18 UTC (permalink / raw)
To: Aaryn Coutanche; +Cc: jes.sorensen, linux-wireless
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.
--
Kalle Valo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] rtl8xxxu: Add (0x2357 0x0107) to the tested devices list.
2017-02-13 9:18 ` Kalle Valo
@ 2017-02-13 17:47 ` Jes Sorensen
0 siblings, 0 replies; 3+ messages in thread
From: Jes Sorensen @ 2017-02-13 17:47 UTC (permalink / raw)
To: Kalle Valo, Aaryn Coutanche; +Cc: linux-wireless
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-02-13 17:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-11 11:54 [PATCH] rtl8xxxu: Add (0x2357 0x0107) to the tested devices list Aaryn Coutanche
2017-02-13 9:18 ` Kalle Valo
2017-02-13 17:47 ` Jes Sorensen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox