All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ath9k_htc: Add support of AirTies 1eda:2315 AR9271 device
@ 2017-02-16 16:13 Dmitry Tunin
  2017-03-09  8:00 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Tunin @ 2017-02-16 16:13 UTC (permalink / raw)
  To: QCA ath9k Development; +Cc: linux-wireless, linux-kernel, Dmitry Tunin, stable

T:  Bus=01 Lev=02 Prnt=02 Port=02 Cnt=01 Dev#=  7 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=ff(vend.) Sub=ff Prot=ff MxPS=64 #Cfgs=  1
P:  Vendor=1eda ProdID=2315 Rev=01.08
S:  Manufacturer=ATHEROS
S:  Product=USB2.0 WLAN
S:  SerialNumber=12345
C:  #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
I:  If#= 0 Alt= 0 #EPs= 6 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)

Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
Cc: stable@vger.kernel.org
---
 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 de2d212..05dd056 100644
--- a/drivers/net/wireless/ath/ath9k/hif_usb.c
+++ b/drivers/net/wireless/ath/ath9k/hif_usb.c
@@ -37,6 +37,7 @@ static struct usb_device_id ath9k_hif_usb_ids[] = {
 	{ 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(0x1eda, 0x2315) }, /* AirTies */
 
 	{ USB_DEVICE(0x0cf3, 0x7015),
 	  .driver_info = AR9287_USB },  /* Atheros */
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: ath9k_htc: Add support of AirTies 1eda:2315 AR9271 device
  2017-02-16 16:13 [PATCH] ath9k_htc: Add support of AirTies 1eda:2315 AR9271 device Dmitry Tunin
@ 2017-03-09  8:00 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2017-03-09  8:00 UTC (permalink / raw)
  To: Dmitry Tunin
  Cc: QCA ath9k Development, linux-wireless, linux-kernel,
	Dmitry Tunin, stable

Dmitry Tunin <hanipouspilot@gmail.com> wrote:
> T:  Bus=01 Lev=02 Prnt=02 Port=02 Cnt=01 Dev#=  7 Spd=480 MxCh= 0
> D:  Ver= 2.00 Cls=ff(vend.) Sub=ff Prot=ff MxPS=64 #Cfgs=  1
> P:  Vendor=1eda ProdID=2315 Rev=01.08
> S:  Manufacturer=ATHEROS
> S:  Product=USB2.0 WLAN
> S:  SerialNumber=12345
> C:  #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA
> I:  If#= 0 Alt= 0 #EPs= 6 Cls=ff(vend.) Sub=00 Prot=00 Driver=(none)
> 
> Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
> Cc: stable@vger.kernel.org

Patch applied to ath-next branch of ath.git, thanks.

16ff1fb0e32f ath9k_htc: Add support of AirTies 1eda:2315 AR9271 device

-- 
https://patchwork.kernel.org/patch/9577679/

Documentation about submitting wireless patches and checking status
from patchwork:

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-09  8:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16 16:13 [PATCH] ath9k_htc: Add support of AirTies 1eda:2315 AR9271 device Dmitry Tunin
2017-03-09  8:00 ` Kalle Valo

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.