All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Tom Gaudasiński" <tomg@records.headdesk.com.au>
To: linux-wireless@vger.kernel.org
Cc: sgruszka@redhat.com, helmut.schaa@googlemail.com
Subject: [PATCH] rt2800usb: Add Epson wireless adapter device-id
Date: Wed, 17 May 2017 20:15:30 +1000	[thread overview]
Message-ID: <8e00714b-ab62-15e9-e86a-e0de5009797d@records.headdesk.com.au> (raw)

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 */

             reply	other threads:[~2017-05-17 10:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-17 10:15 Tom Gaudasiński [this message]
2017-05-18  5:47 ` [PATCH] rt2800usb: Add Epson wireless adapter device-id Kalle Valo
2017-05-18  8:46   ` Tom Gaudasiński
2017-05-18  8:51     ` Kalle Valo
2017-05-18  9:20       ` Kalle Valo

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=8e00714b-ab62-15e9-e86a-e0de5009797d@records.headdesk.com.au \
    --to=tomg@records.headdesk.com.au \
    --cc=helmut.schaa@googlemail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=sgruszka@redhat.com \
    /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 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.