linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] at76_usb: Add ID for Uniden PCW100
@ 2008-02-04  5:05 Pavel Roskin
  2008-02-06  2:27 ` John W. Linville
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel Roskin @ 2008-02-04  5:05 UTC (permalink / raw)
  To: linux-wireless

Tested and reported by Lior Silberman.

Signed-off-by: Pavel Roskin <proski@gnu.org>
---

 drivers/net/wireless/at76_usb.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/net/wireless/at76_usb.c b/drivers/net/wireless/at76_usb.c
index d2e3c55..b95718a 100644
--- a/drivers/net/wireless/at76_usb.c
+++ b/drivers/net/wireless/at76_usb.c
@@ -191,6 +191,8 @@ static struct usb_device_id dev_table[] = {
 	{USB_DEVICE(0x07aa, 0x0011), USB_DEVICE_DATA(BOARD_503)},
 	/* Corega Wireless LAN USB-11 mini2 */
 	{USB_DEVICE(0x07aa, 0x0018), USB_DEVICE_DATA(BOARD_503)},
+	/* Uniden PCW100 */
+	{USB_DEVICE(0x05dd, 0xff35), USB_DEVICE_DATA(BOARD_503)},
 	/*
 	 * at76c503-rfmd-acc
 	 */

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

end of thread, other threads:[~2008-02-06  7:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-04  5:05 [PATCH] at76_usb: Add ID for Uniden PCW100 Pavel Roskin
2008-02-06  2:27 ` John W. Linville
2008-02-06  7:08   ` 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).