Linux wireless drivers development
 help / color / mirror / Atom feed
From: Aaryn Coutanche <aaryncoutanche@gmail.com>
To: jes.sorensen@gmail.com
Cc: Aaryn Coutanche <aaryncoutanche@gmail.com>,
	linux-wireless@vger.kernel.org
Subject: [PATCH] rtl8xxxu: Add (0x2357 0x0107) to the tested devices list.
Date: Sun, 12 Feb 2017 00:54:27 +1300	[thread overview]
Message-ID: <1486814067-9874-1-git-send-email-aaryncoutanche@gmail.com> (raw)

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>

             reply	other threads:[~2017-02-11 11:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-11 11:54 Aaryn Coutanche [this message]
2017-02-13  9:18 ` [PATCH] rtl8xxxu: Add (0x2357 0x0107) to the tested devices list Kalle Valo
2017-02-13 17:47   ` Jes Sorensen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1486814067-9874-1-git-send-email-aaryncoutanche@gmail.com \
    --to=aaryncoutanche@gmail.com \
    --cc=jes.sorensen@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox