Message ID | CACHT077fJY0EBYRk+wgnVREoEf-d+Brejq2JngcSpsi_ygV-GA@mail.gmail.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Kalle Valo |
Headers | show |
On Mon, Jul 17, 2017 at 12:03:07PM -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(+) What changed from v1? Always be specific... v3?
Sorry for the spam. I think I have it together now, sent patch to driverdev-devel list with what appears to be correct subject line. I appreciate your time and feedback. Re what changed from v1: Nothing, my first mangled patch added whitespace. I have submitted new patch to driverdev without vX. Thank you, Michael Gugino On Mon, Jul 17, 2017 at 12:25 PM, Greg KH <gregkh@linuxfoundation.org> wrote: > On Mon, Jul 17, 2017 at 12:03:07PM -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(+) > > What changed from v1? Always be specific... > > v3?
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 */ };