linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ar9170usb:add vendor and device ID for Qwest/Actiontec 802AIN Wireless N USB Network Adapter
@ 2010-05-11  9:19 Steve Tanner
  2010-05-11 19:16 ` John W. Linville
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Tanner @ 2010-05-11  9:19 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Christian Lamparter

* add support for the Qwest/Actiontec 802AIN Wireless N USB Network Adapter.

lsusb identifies the device as: "ID 1668:1200 Actiontec Electronics, Inc. [hex]"

usb_modeswitch package and appropriate rules are required to switch
the device from "ID 0ace:20ff ZyDas"

Changes-licensed-under: GPL
---
diff --git a/linux-source-2.6.32.orig/drivers/net/wireless/ath/ar9170/usb.c
b/linux-source-2.6.32/drivers/net/wireless/ath/ar9170/usb.c
index f141a4f..1070313 100644
--- a/linux-source-2.6.32.orig/drivers/net/wireless/ath/ar9170/usb.c
+++ b/linux-source-2.6.32/drivers/net/wireless/ath/ar9170/usb.c
@@ -94,6 +94,8 @@ static struct usb_device_id ar9170_usb_ids[] = {
        { USB_DEVICE(0x057C, 0x8401) },
        /* AVM FRITZ!WLAN USB Stick N 2.4 */
        { USB_DEVICE(0x057C, 0x8402), .driver_info = AR9170_REQ_FW1_ONLY },
+       /* Qwest/Actiontec 802AIN Wireless N USB Network Adapter */
+       { USB_DEVICE(0x1668, 0x1200) },

        /* terminate */
        {}

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

end of thread, other threads:[~2010-05-11 19:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-11  9:19 [PATCH] ar9170usb:add vendor and device ID for Qwest/Actiontec 802AIN Wireless N USB Network Adapter Steve Tanner
2010-05-11 19:16 ` John W. Linville

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).