Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1209927
| From | Larry Finger <Larry.Finger@lwfinger.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] rtlwifi: rtl8192cu: Add new device ID |
| Date | 2015-08-19 18:00 +0200 |
| Message-ID | <pZdWq-20e-21@gated-at.bofh.it> (permalink) |
| References | <pZcQF-qk-17@gated-at.bofh.it> <pZdD6-1Du-39@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 08/19/2015 10:33 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>
> Cc: Stable <stable@vger.kernel.org>
> ---
> drivers/net/wireless/rtlwifi/rtl8192cu/sw.c | 1 +
> 1 file changed, 1 insertion(+)
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Thanks,
Larry
>
> diff --git a/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c b/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
> index 23806c2..fd4a535 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)}, /*NG 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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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