Linux wireless drivers development
 help / color / mirror / Atom feed
* [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

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