diff mbox

[1/1] rtl8188eu: add TL-WN722N v2 support

Message ID CACHT076KPRRyt5KuEOKkjGSh+wrQAFOEzcPx2-ZHfbp=6u9aTQ@mail.gmail.com (mailing list archive)
State Not Applicable
Delegated to: Kalle Valo
Headers show

Commit Message

Michael Gugino July 17, 2017, 3:59 p.m. UTC
From: Michael Gugino <michael.gugino.2@gmail.com>

This patch adds support for USB Device TP-Link TL-WN722N v2.
VendorID: 0x2357, ProductID: 0x010c

Signed-off-by: Michael Gugino <michael.gugino.2@gmail.com>
---
drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 +
1 file changed, 1 insertion(+)

Comments

Greg Kroah-Hartman July 17, 2017, 4:23 p.m. UTC | #1
On Mon, Jul 17, 2017 at 11:59:35AM -0400, Michael Gugino wrote:
> From: Michael Gugino <michael.gugino.2@gmail.com>
> 
> This patch adds support for USB Device TP-Link TL-WN722N v2.
> VendorID: 0x2357, ProductID: 0x010c
> 
> Signed-off-by: Michael Gugino <michael.gugino.2@gmail.com>
> ---
> drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 +
> 1 file changed, 1 insertion(+)

You just sent two different patches, with the same subject, and both
were corrupted :(

Please fix your email client (test it by sending it to yourself first),
and try again.

Also, use scripts/get_maintainer.pl to get the correct mailing list...

thanks,

greg k-h
Kalle Valo July 21, 2017, 7:36 a.m. UTC | #2
Greg KH <gregkh@linuxfoundation.org> writes:

> On Mon, Jul 17, 2017 at 11:59:35AM -0400, Michael Gugino wrote:
>> From: Michael Gugino <michael.gugino.2@gmail.com>
>> 
>> This patch adds support for USB Device TP-Link TL-WN722N v2.
>> VendorID: 0x2357, ProductID: 0x010c
>> 
>> Signed-off-by: Michael Gugino <michael.gugino.2@gmail.com>
>> ---
>> drivers/staging/rtl8188eu/os_dep/usb_intf.c | 1 +
>> 1 file changed, 1 insertion(+)
>
> You just sent two different patches, with the same subject, and both
> were corrupted :(
>
> Please fix your email client (test it by sending it to yourself first),
> and try again.
>
> Also, use scripts/get_maintainer.pl to get the correct mailing list...

And please use "staging:" prefix for staging patches. This way it's
easier to filter them in mailbox and in patchwork.
diff mbox

Patch

diff --git a/drivers/staging/rtl8188eu/os_dep/usb_intf.c
b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
index 963235f..d283341 100644
--- a/drivers/staging/rtl8188eu/os_dep/usb_intf.c
+++ b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
@@ -43,6 +43,7 @@  static struct usb_device_id rtw_usb_id_tbl[] = {
{USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */
{USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */
{USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */
+    {USB_DEVICE(0x2357, 0x010c)}, /* TP-Link TL-WN722N v2 */
{USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */
{}    /* Terminating entry */
};