From: Ivo van Doorn <ivdoorn@gmail.com>
To: "Christoph .J Thompson" <cjsthompson@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: Sitecom WL-608 USB WiFi
Date: Wed, 11 Feb 2009 23:32:53 +0100 [thread overview]
Message-ID: <200902112332.53480.IvDoorn@gmail.com> (raw)
In-Reply-To: <20090211211707.d5e71ddb.cjsthompson@gmail.com>
Hi,
> I just baught a Sitecom WL-608 USB WIFI dongle and it seems it isn't supported out of the box yet. Here is some info on the device:
Looks like a new USB id. Since it isn't an 11n device it can only be a rt73usb or rt2500usb device.
Could you try below patch? My current bet is that the device contains the rt73 chipset,
so this will enable rt73usb to use the device.
Ivo
---
diff --git a/drivers/net/wireless/rt2x00/rt73usb.c b/drivers/net/wireless/rt2x00/rt73usb.c
index 846996c..84f2ee8 100644
--- a/drivers/net/wireless/rt2x00/rt73usb.c
+++ b/drivers/net/wireless/rt2x00/rt73usb.c
@@ -2398,6 +2398,7 @@ static struct usb_device_id rt73usb_device_table[] = {
/* Senao */
{ USB_DEVICE(0x1740, 0x7100), USB_DEVICE_DATA(&rt73usb_ops) },
/* Sitecom */
+ { USB_DEVICE(0x0df6, 0x003f), USB_DEVICE_DATA(&rt73usb_ops) },
{ USB_DEVICE(0x0df6, 0x9712), USB_DEVICE_DATA(&rt73usb_ops) },
{ USB_DEVICE(0x0df6, 0x90ac), USB_DEVICE_DATA(&rt73usb_ops) },
/* Surecom */
next prev parent reply other threads:[~2009-02-11 22:32 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-11 20:17 Sitecom WL-608 USB WiFi Christoph .J Thompson
2009-02-11 22:32 ` Ivo van Doorn [this message]
2009-02-11 22:51 ` Hin-Tak Leung
2009-02-12 1:07 ` Christoph .J Thompson
2009-02-12 3:22 ` Christoph .J Thompson
2009-02-12 8:00 ` Ivo Van Doorn
2009-02-12 8:05 ` Luis Correia
2009-02-12 8:21 ` Thomas d'Otreppe
2009-02-12 8:43 ` Christoph .J Thompson
2009-02-12 9:48 ` Luis Correia
2009-02-12 8:26 ` Christoph .J Thompson
2009-02-12 8:40 ` Ivo Van Doorn
2009-02-12 14:33 ` Christoph .J Thompson
2009-02-12 17:59 ` Ivo van Doorn
2009-02-12 2:38 ` Christoph .J Thompson
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=200902112332.53480.IvDoorn@gmail.com \
--to=ivdoorn@gmail.com \
--cc=cjsthompson@gmail.com \
--cc=linux-wireless@vger.kernel.org \
/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 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).