Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1209860

Re: [PATCH] rtlwifi: rtl8192cu: Add new device ID

From Larry Finger <Larry.Finger@lwfinger.net>
Newsgroups linux.kernel
Subject Re: [PATCH] rtlwifi: rtl8192cu: Add new device ID
Date 2015-08-19 16:50 +0200
Message-ID <pZcQF-qk-17@gated-at.bofh.it> (permalink)
References <pZc4i-7I5-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 08/19/2015 08:51 AM, Adrien Schildknecht wrote:
> The v2 of NetGear WNA1000M uses a different idProduct: USB ID 0846:9043
>
> Signed-off-by: Adrien Schildknecht <adrien+dev@schischi.me>

Add a "Cc: Stable <stable@vger.kernel.org>" line here. That way the new ID will 
be available with older kernels.

The new line exceeds 80 characters. You might abbreviate Netgear as NG.

When you resubmit, do so as "[PATCH V2]".

Thanks,

Larry

> ---
>   drivers/net/wireless/rtlwifi/rtl8192cu/sw.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c b/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
> index 23806c2..8b4238a 100644
> --- a/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
> +++ b/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
> @@ -321,6 +321,7 @@ static struct usb_device_id rtl8192c_usb_ids[] = {
>   	{RTL_USB_DEVICE(0x07b8, 0x8188, rtl92cu_hal_cfg)}, /*Abocom - Abocom*/
>   	{RTL_USB_DEVICE(0x07b8, 0x8189, rtl92cu_hal_cfg)}, /*Funai - Abocom*/
>   	{RTL_USB_DEVICE(0x0846, 0x9041, rtl92cu_hal_cfg)}, /*NetGear WNA1000M*/
> +	{RTL_USB_DEVICE(0x0846, 0x9043, rtl92cu_hal_cfg)}, /*NetGear WNA1000Mv2*/
>   	{RTL_USB_DEVICE(0x0b05, 0x17ba, rtl92cu_hal_cfg)}, /*ASUS-Edimax*/
>   	{RTL_USB_DEVICE(0x0bda, 0x5088, rtl92cu_hal_cfg)}, /*Thinkware-CC&C*/
>   	{RTL_USB_DEVICE(0x0df6, 0x0052, rtl92cu_hal_cfg)}, /*Sitecom - Edimax*/
>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] rtlwifi: rtl8192cu: Add new device ID Adrien Schildknecht <adrien+dev@schischi.me> - 2015-08-19 16:00 +0200
  Re: [PATCH] rtlwifi: rtl8192cu: Add new device ID Larry Finger <Larry.Finger@lwfinger.net> - 2015-08-19 16:20 +0200
    Re: [PATCH] rtlwifi: rtl8192cu: Add new device ID Adrien Schildknecht <adrien+dev@schischi.me> - 2015-08-19 16:30 +0200
  Re: [PATCH] rtlwifi: rtl8192cu: Add new device ID Larry Finger <Larry.Finger@lwfinger.net> - 2015-08-19 16:50 +0200
    [PATCH v2] rtlwifi: rtl8192cu: Add new device ID Adrien Schildknecht <adrien+dev@schischi.me> - 2015-08-19 17:40 +0200
      Re: [PATCH v2] rtlwifi: rtl8192cu: Add new device ID Larry Finger <Larry.Finger@lwfinger.net> - 2015-08-19 18:00 +0200
      Re: [v2] rtlwifi: rtl8192cu: Add new device ID Kalle Valo <kvalo@codeaurora.org> - 2015-08-25 14:30 +0200

csiph-web