From: Christian Lamparter <chunkeey@googlemail.com>
To: Fabian Lenz <lenz_fabian@yahoo.de>
Cc: linux-wireless@vger.kernel.org,
"Luis R. Rodriguez" <lrodriguez@atheros.com>,
Stephen.Chen@atheros.com
Subject: [RFC] ar9170usb: add ar9170 usbid
Date: Mon, 14 Sep 2009 23:08:19 +0200 [thread overview]
Message-ID: <200909142308.19569.chunkeey@googlemail.com> (raw)
In-Reply-To: <200909142046.07525.lenz_fabian@yahoo.de>
Reported-by: Fabian Lenz <lenz_fabian@yahoo.de>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
---
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
---
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 */
next prev parent reply other threads:[~2009-09-14 21:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-14 18:46 missing device id in ar9170 driver Fabian Lenz
2009-09-14 21:08 ` Christian Lamparter [this message]
2009-09-14 23:39 ` [RFC] ar9170usb: add ar9170 usbid Stephen Chen
2009-09-15 8:54 ` Christian Lamparter
[not found] ` <200909150752.19146.lenz_fabian@yahoo.de>
2009-09-15 8:06 ` Christian Lamparter
2009-09-15 11:37 ` Stefan Lippers-Hollmann
2009-09-15 13:16 ` Christian Lamparter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200909142308.19569.chunkeey@googlemail.com \
--to=chunkeey@googlemail.com \
--cc=Stephen.Chen@atheros.com \
--cc=lenz_fabian@yahoo.de \
--cc=linux-wireless@vger.kernel.org \
--cc=lrodriguez@atheros.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.