All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rt2800usb: Add Epson wireless adapter device-id
@ 2017-05-17 10:15 Tom Gaudasiński
  2017-05-18  5:47 ` Kalle Valo
  0 siblings, 1 reply; 5+ messages in thread
From: Tom Gaudasiński @ 2017-05-17 10:15 UTC (permalink / raw)
  To: linux-wireless; +Cc: sgruszka, helmut.schaa

Make Epson WN7512BEP work by adding its device-id to rt2800usb. Device
contains a Ralink RT3071L, registers as vendor Accton/Arcadyan.

Signed-off-by: Tom Gaudasinski <tomg@records.headdesk.com.au>

--- linux/drivers/net/wireless/ralink/rt2x00/rt2800usb.c.orig   
2017-05-17 19:49:44.893895819 +1000
+++ linux/drivers/net/wireless/ralink/rt2x00/rt2800usb.c    2017-05-17
19:49:32.906111192 +1000
@@ -1156,6 +1156,8 @@ static struct usb_device_id rt2800usb_de
     { USB_DEVICE(0x2001, 0x3c17) },
     /* Panasonic */
     { USB_DEVICE(0x083a, 0xb511) },
+    /* Accton/Arcadyan/Epson */
+    { USB_DEVICE(0x083a, 0xb512) },
     /* Philips */
     { USB_DEVICE(0x0471, 0x20dd) },
     /* Ralink */

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-05-18  9:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-17 10:15 [PATCH] rt2800usb: Add Epson wireless adapter device-id Tom Gaudasiński
2017-05-18  5:47 ` Kalle Valo
2017-05-18  8:46   ` Tom Gaudasiński
2017-05-18  8:51     ` Kalle Valo
2017-05-18  9:20       ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.