All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Jes.Sorensen@redhat.com
Cc: linux-wireless@vger.kernel.org, Larry.Finger@lwfinger.net
Subject: Re: [PATCH 4/4] rtl8xxxu: Mark 0x2001:0x3308 as tested
Date: Tue, 05 Jul 2016 16:56:28 +0300	[thread overview]
Message-ID: <87d1ms2noz.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <1466706955-10339-5-git-send-email-Jes.Sorensen@redhat.com> (Jes Sorensen's message of "Thu, 23 Jun 2016 14:35:55 -0400")

Jes.Sorensen@redhat.com writes:

> From: Jes Sorensen <Jes.Sorensen@redhat.com>
>
> D-Link DWA-121 is reported as working.
>
> Reported-by: Stefano Bravi <stefanobravi69@libero.it>
> 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 90d21c3..dfe61e4 100644
> --- a/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
> +++ b/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c
> @@ -5856,6 +5856,10 @@ static int rtl8xxxu_probe(struct usb_interface *interface,
>  		if (id->idProduct == 0x648b)
>  			untested = 0;
>  		break;
> +	case 0x2001:
> +		if (id->idProduct == 0x3308)
> +			untested = 0;
> +		break;
>  	default:
>  		break;
>  	}
> @@ -6028,6 +6032,9 @@ static struct usb_device_id dev_table[] = {
>  /* Tested by Jocelyn Mayer */
>  {USB_DEVICE_AND_INTERFACE_INFO(0x20f4, 0x648b, 0xff, 0xff, 0xff),
>  	.driver_info = (unsigned long)&rtl8192cu_fops},
> +/* Tested by Stefano Bravi */
> +{USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x3308, 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},
> @@ -6075,8 +6082,6 @@ static struct usb_device_id dev_table[] = {
>  	.driver_info = (unsigned long)&rtl8192cu_fops},
>  {USB_DEVICE_AND_INTERFACE_INFO(0x13d3, 0x3357, 0xff, 0xff, 0xff),
>  	.driver_info = (unsigned long)&rtl8192cu_fops},
> -{USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x3308, 0xff, 0xff, 0xff),
> -	.driver_info = (unsigned long)&rtl8192cu_fops},

Isn't this also supported by rtlwifi?

drivers/net/wireless/realtek/rtlwifi/rtl8192cu/sw.c:    {RTL_USB_DEVICE(0x2001, 0x3308, rtl92cu_hal_cfg)}, /*D-Link - Alpha*/

-- 
Kalle Valo

      reply	other threads:[~2016-07-05 13:56 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
2016-06-23 18:35 ` [PATCH 4/4] rtl8xxxu: Mark 0x2001:0x3308 " Jes.Sorensen
2016-07-05 13:56   ` Kalle Valo [this message]

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=87d1ms2noz.fsf@kamboji.qca.qualcomm.com \
    --to=kvalo@codeaurora.org \
    --cc=Jes.Sorensen@redhat.com \
    --cc=Larry.Finger@lwfinger.net \
    --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 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.