* [PATCH] ath9k_htc: Add new USB ID
@ 2015-02-07 19:10 Leon Nardella
2015-02-26 13:21 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Leon Nardella @ 2015-02-07 19:10 UTC (permalink / raw)
To: linux-wireless; +Cc: ath9k-devel, ath9k-devel, kvalo, Leon Nardella
This device is a dongle made by Philips to enhance their TVs with wireless capabilities,
but works flawlessly on any upstream kernel, provided that the ath9k_htc module is attached to it.
It's correctly recognized by lsusb as "0471:209e Philips (or NXP) PTA01 Wireless Adapter" and the
patch has been tested on real hardware.
Signed-off-by: Leon Nardella <leon.nardella@gmail.com>
---
drivers/net/wireless/ath/ath9k/hif_usb.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/wireless/ath/ath9k/hif_usb.c b/drivers/net/wireless/ath/ath9k/hif_usb.c
index 8e7153b..10c02f5 100644
--- a/drivers/net/wireless/ath/ath9k/hif_usb.c
+++ b/drivers/net/wireless/ath/ath9k/hif_usb.c
@@ -40,6 +40,7 @@ static struct usb_device_id ath9k_hif_usb_ids[] = {
{ USB_DEVICE(0x0cf3, 0xb003) }, /* Ubiquiti WifiStation Ext */
{ USB_DEVICE(0x0cf3, 0xb002) }, /* Ubiquiti WifiStation */
{ USB_DEVICE(0x057c, 0x8403) }, /* AVM FRITZ!WLAN 11N v2 USB */
+ { USB_DEVICE(0x0471, 0x209e) }, /* Philips (or NXP) PTA01 */
{ USB_DEVICE(0x0cf3, 0x7015),
.driver_info = AR9287_USB }, /* Atheros */
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: ath9k_htc: Add new USB ID
2015-02-07 19:10 [PATCH] ath9k_htc: Add new USB ID Leon Nardella
@ 2015-02-26 13:21 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2015-02-26 13:21 UTC (permalink / raw)
To: Leon Nardella; +Cc: linux-wireless, ath9k-devel, ath9k-devel, Leon Nardella
> This device is a dongle made by Philips to enhance their TVs with wireless capabilities,
> but works flawlessly on any upstream kernel, provided that the ath9k_htc module is attached to it.
> It's correctly recognized by lsusb as "0471:209e Philips (or NXP) PTA01 Wireless Adapter" and the
> patch has been tested on real hardware.
>
> Signed-off-by: Leon Nardella <leon.nardella@gmail.com>
Thanks, applied to wireless-drivers-next.git.
Kalle Valo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-26 13:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-07 19:10 [PATCH] ath9k_htc: Add new USB ID Leon Nardella
2015-02-26 13:21 ` Kalle Valo
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).