From patchwork Mon Sep 14 21:08:19 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Lamparter X-Patchwork-Id: 47472 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n8EL91Ku027236 for ; Mon, 14 Sep 2009 21:09:01 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757172AbZINVIY (ORCPT ); Mon, 14 Sep 2009 17:08:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757169AbZINVIX (ORCPT ); Mon, 14 Sep 2009 17:08:23 -0400 Received: from ey-out-2122.google.com ([74.125.78.25]:31763 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757172AbZINVIW (ORCPT ); Mon, 14 Sep 2009 17:08:22 -0400 Received: by ey-out-2122.google.com with SMTP id 25so671865eya.19 for ; Mon, 14 Sep 2009 14:08:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:received:received :from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=BxpbMSRZW13R27loxbpMsOc4XB53cAqnTBC/m1sfOwo=; b=kOxZFxoMdXNZWbAZXe5VcApuIcWHf5JUk35aFM6XG8Ietk6Cx3EwnY5Ot/rQ8ieHn5 mD4AD35f59mtR6LdUY9iC7jNfo/yQfniVVFIGmSVDV23urkSQpDWgRDKFavk7piMIADP txZA+YtyAN8nZ0X979m/rK8kTsL371IjB6vLM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=nXxKN0bOmTizRJKXo6jvigjxbxPK08kyfkqOM9Sl4fSgb+lWXDVpN6rYzauxvAYFYL 4VN73zjXISKOgyIJZT3OVB44b+sra/OjrxF7WVJOF2bBTw/8AVwoioT0RoKlMjVCJwFJ AwAyZj84Xp1DzWCBE/fAZF4fox5ZAHH267xj8= Received: by 10.210.106.12 with SMTP id e12mr7486469ebc.11.1252962505068; Mon, 14 Sep 2009 14:08:25 -0700 (PDT) Received: from blech.mobile (nat-wh.rz.uni-karlsruhe.de [129.13.72.197]) by mx.google.com with ESMTPS id 7sm2430469eyb.37.2009.09.14.14.08.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 14 Sep 2009 14:08:24 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by blech.mobile (Postfix) with ESMTP id 823C334C6EE; Mon, 14 Sep 2009 23:08:23 +0200 (CEST) Received: from blech.mobile ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RDVCIvyYxf96; Mon, 14 Sep 2009 23:08:20 +0200 (CEST) Received: from blech.mobile (localhost [127.0.0.1]) by blech.mobile (Postfix) with ESMTP id 0442134C6E8; Mon, 14 Sep 2009 23:08:20 +0200 (CEST) From: Christian Lamparter To: Fabian Lenz Subject: [RFC] ar9170usb: add ar9170 usbid Date: Mon, 14 Sep 2009 23:08:19 +0200 User-Agent: KMail/1.12.1 (Linux/2.6.31-wl; KDE/4.3.1; x86_64; ; ) Cc: linux-wireless@vger.kernel.org, "Luis R. Rodriguez" , Stephen.Chen@atheros.com References: <200909142046.07525.lenz_fabian@yahoo.de> In-Reply-To: <200909142046.07525.lenz_fabian@yahoo.de> MIME-Version: 1.0 Message-Id: <200909142308.19569.chunkeey@googlemail.com> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Reported-by: Fabian Lenz Signed-off-by: Christian Lamparter --- Stephen, - since 0x0cf3 is Atheros' vendor id - can you please lookup the real product code name for 0x0cf3:0x1002. I will take care of the re-spin and update the wiki. Thanks, Chr --- -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/net/wireless/ath/ar9170/usb.c b/drivers/net/wireless/ath/ar9170/usb.c index e0138ac..68b0bda 100644 --- a/drivers/net/wireless/ath/ar9170/usb.c +++ b/drivers/net/wireless/ath/ar9170/usb.c @@ -64,6 +64,8 @@ static struct usb_device_id ar9170_usb_ids[] = { { USB_DEVICE(0x0cf3, 0x9170) }, /* Atheros TG121N */ { USB_DEVICE(0x0cf3, 0x1001) }, + /* Atheros - Unknown Product Name - */ + { USB_DEVICE(0x0cf3, 0x1002) }, /* Cace Airpcap NX */ { USB_DEVICE(0xcace, 0x0300) }, /* D-Link DWA 160A */