From: Jes Sorensen <Jes.Sorensen@redhat.com>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: linux-wireless@vger.kernel.org, Larry.Finger@lwfinger.net
Subject: Re: [PATCH 3/4] rtl8xxxu: Mark 0x20f4:0x648b as tested
Date: Sat, 09 Jul 2016 11:52:11 -0400 [thread overview]
Message-ID: <wrfjshvin710.fsf@redhat.com> (raw)
In-Reply-To: <87h9c42nrh.fsf@kamboji.qca.qualcomm.com> (Kalle Valo's message of "Tue, 05 Jul 2016 16:54:58 +0300")
Kalle Valo <kvalo@codeaurora.org> writes:
> Jes.Sorensen@redhat.com writes:
>
>> From: Jes Sorensen <Jes.Sorensen@redhat.com>
>>
>> Successfully tested by Jocelyn Mayer
>>
>> Reported-by: J. Mayer <l_indien@magic.fr>
>> Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
>> ---
>> drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c | 9 +++++++--
>> 1 file changed, 7 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
>> index cfa5528..90d21c3 100644
>> --- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
>> +++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
>> @@ -5852,6 +5852,10 @@ static int rtl8xxxu_probe(struct usb_interface *interface,
>> if (id->idProduct == 0x1004)
>> untested = 0;
>> break;
>> + case 0x20f4:
>> + if (id->idProduct == 0x648b)
>> + untested = 0;
>> + break;
>> default:
>> break;
>> }
>> @@ -6021,6 +6025,9 @@ static struct usb_device_id dev_table[] = {
>> /* Tested by Andrea Merello */
>> {USB_DEVICE_AND_INTERFACE_INFO(0x050d, 0x1004, 0xff, 0xff, 0xff),
>> .driver_info = (unsigned long)&rtl8192cu_fops},
>> +/* Tested by Jocelyn Mayer */
>> +{USB_DEVICE_AND_INTERFACE_INFO(0x20f4, 0x648b, 0xff, 0xff, 0xff),
>> + .driver_info = (unsigned long)&rtl8192cu_fops},
>> /* Currently untested 8188 series devices */
>> {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x8191, 0xff, 0xff, 0xff),
>> .driver_info = (unsigned long)&rtl8192cu_fops},
>> @@ -6080,8 +6087,6 @@ static struct usb_device_id dev_table[] = {
>> .driver_info = (unsigned long)&rtl8192cu_fops},
>> {USB_DEVICE_AND_INTERFACE_INFO(0x2019, 0xed17, 0xff, 0xff, 0xff),
>> .driver_info = (unsigned long)&rtl8192cu_fops},
>> -{USB_DEVICE_AND_INTERFACE_INFO(0x20f4, 0x648b, 0xff, 0xff, 0xff),
>> - .driver_info = (unsigned long)&rtl8192cu_fops},
>> {USB_DEVICE_AND_INTERFACE_INFO(0x4855, 0x0090, 0xff, 0xff, 0xff),
>> .driver_info = (unsigned long)&rtl8192cu_fops},
>> {USB_DEVICE_AND_INTERFACE_INFO(0x4856, 0x0091, 0xff, 0xff, 0xff),
>
> But will this now conflict with rtlwifi?
>
> drivers/net/wireless/realtek/rtlwifi/rtl8192cu/sw.c:
> {RTL_USB_DEVICE(0x20f4, 0x648b, rtl92cu_hal_cfg)}, /*TRENDnet -
> Cameo*/
>
> Like discussed before, I don't like having two drivers support same
> hardware and users more or less randomly using either of them.
Same procedure as last time - these are still listed under UNTESTED so
only get configured it people explicitly enable them.
There is no change here from how the code was prior.
Jes
next prev parent reply other threads:[~2016-07-09 15:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-23 18:35 [PATCH 0/4] rtl8xxxu: minor fixes Jes.Sorensen
2016-06-23 18:35 ` [PATCH 1/4] rtl8xxxu: remove unneeded assignments Jes.Sorensen
2016-07-08 9:54 ` [1/4] " Kalle Valo
2016-06-23 18:35 ` [PATCH 2/4] rtl8xxxu: Reduce console noise when removing the kernel module Jes.Sorensen
2016-06-23 18:35 ` [PATCH 3/4] rtl8xxxu: Mark 0x20f4:0x648b as tested Jes.Sorensen
2016-07-05 13:54 ` Kalle Valo
2016-07-09 15:52 ` Jes Sorensen [this message]
2016-06-23 18:35 ` [PATCH 4/4] rtl8xxxu: Mark 0x2001:0x3308 " Jes.Sorensen
2016-07-05 13:56 ` 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=wrfjshvin710.fsf@redhat.com \
--to=jes.sorensen@redhat.com \
--cc=Larry.Finger@lwfinger.net \
--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).