From: Jes.Sorensen@gmail.com
To: kvalo@codeaurora.org
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH 1/5] rtl8xxxu: Mark 8192eu device 0x0bda:0x818b as tested
Date: Tue, 17 Jan 2017 18:18:52 -0500 [thread overview]
Message-ID: <20170117231856.5075-2-Jes.Sorensen@gmail.com> (raw)
In-Reply-To: <20170117231856.5075-1-Jes.Sorensen@gmail.com>
From: Jes Sorensen <Jes.Sorensen@redhat.com>
Device reported as working fine, so tell the driver not to warn about
it being untested.
Reported-by: Aex Aey <aexaey@gmail.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
---
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
index 3a86675..99cfd2b 100644
--- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
+++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
@@ -6000,6 +6000,7 @@ static int rtl8xxxu_probe(struct usb_interface *interface,
case 0x8176:
case 0x8178:
case 0x817f:
+ case 0x818b:
untested = 0;
break;
}
--
2.7.4
next prev parent reply other threads:[~2017-01-18 0:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-17 23:18 [PATCH 0/5] Update USB IDs and email adress Jes.Sorensen
2017-01-17 23:18 ` Jes.Sorensen [this message]
2017-01-20 9:49 ` [1/5] rtl8xxxu: Mark 8192eu device 0x0bda:0x818b as tested Kalle Valo
2017-01-17 23:18 ` [PATCH 2/5] rtl8xxxu: Add another 8192eu device to the USB list Jes.Sorensen
2017-01-17 23:18 ` [PATCH 3/5] rtl8xxxu: Add USB ID for D-Link DWA-131 rev E1 (rtl8192eu) Jes.Sorensen
2017-01-17 23:18 ` [PATCH 4/5] rtl8xxxu: Add additional USB IDs for rtl8192eu devices Jes.Sorensen
2017-01-17 23:18 ` [PATCH 5/5] rtl8xxxu: Update author/maintainer contact info Jes.Sorensen
2017-01-18 8:09 ` [PATCH 0/5] Update USB IDs and email adress 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=20170117231856.5075-2-Jes.Sorensen@gmail.com \
--to=jes.sorensen@gmail.com \
--cc=kvalo@codeaurora.org \
--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;
as well as URLs for NNTP newsgroup(s).