public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: kernel list <linux-kernel@vger.kernel.org>,
	linux-wireless@vger.kernel.org,
	rt2400-devel@lists.sourceforge.net, mwallis@serialmonkey.com
Subject: rt73usb: support for wireless in Kohjinsha subnotebook
Date: Sat, 20 Oct 2007 20:41:00 +0200	[thread overview]
Message-ID: <20071020184100.GA11640@elf.ucw.cz> (raw)

Hi!

Kohjinsha subnotebook seems to contain wifi with USB IDs 0x18e8,
0x6206... I hope that to be compatible with
net/wireless/rt2x00/rt73usb.c .

[Sidenote: could we add some real author info into rt73usb.c?]

I did this on 2.6.23-rc8-mm1 kernel (The RT hack may not be
neccessary), but then it oopses somewhere in softmac layer. I'll try
to play with it some more.

If you have any ideas, let me know.
								Pavel

--- clean-mm/drivers/net/wireless/rt2x00/rt73usb.c	2007-10-09 09:32:08.000000000 +0200
+++ linux-mm/drivers/net/wireless/rt2x00/rt73usb.c	2007-10-19 22:19:45.000000000 +0200
@@ -1580,7 +1580,6 @@
 
 	if (!rt2x00_rev(&rt2x00dev->chip, 0x25730)) {
 		ERROR(rt2x00dev, "Invalid RT chipset detected.\n");
-		return -ENODEV;
 	}
 
 	if (!rt2x00_rf(&rt2x00dev->chip, RF5226) &&
@@ -1588,7 +1587,6 @@
 	    !rt2x00_rf(&rt2x00dev->chip, RF5225) &&
 	    !rt2x00_rf(&rt2x00dev->chip, RF2527)) {
 		ERROR(rt2x00dev, "Invalid RF chipset detected.\n");
-		return -ENODEV;
 	}
 
 	/*
@@ -2080,6 +2078,7 @@
 	{ USB_DEVICE(0x148f, 0x2671), USB_DEVICE_DATA(&rt73usb_ops) },
 	/* Qcom */
 	{ USB_DEVICE(0x18e8, 0x6196), USB_DEVICE_DATA(&rt73usb_ops) },
+	{ USB_DEVICE(0x18e8, 0x6206), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x18e8, 0x6229), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x18e8, 0x6238), USB_DEVICE_DATA(&rt73usb_ops) },
 	/* Senao */

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

             reply	other threads:[~2007-10-20 18:41 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-20 18:41 Pavel Machek [this message]
2007-10-20 22:12 ` [Rt2400-devel] rt73usb: support for wireless in Kohjinsha subnotebook Ivo van Doorn
2007-10-21  9:20   ` Pavel Machek
2007-10-21 13:56     ` Ivo van Doorn
2007-10-21  9:21   ` Pavel Machek
2007-10-21 13:49     ` Ivo van Doorn
2007-10-21 11:38       ` Pavel Machek
2007-10-21 14:09         ` Ivo van Doorn
2007-10-21 11:58           ` Luis Correia
2007-10-21 15:02 ` Luis Correia
2007-10-21 20:04   ` ISSC W89C35 802.11bg (was Re: rt73usb: support for wireless in Kohjinsha subnotebook) Pavel Machek
2007-10-22  0:09   ` rt73usb: support for wireless in Kohjinsha subnotebook Pavel Machek
2007-10-22 15:44     ` Dan Williams
2007-10-22 21:13       ` Pavel Machek
2007-10-22 21:52         ` Ivo van Doorn
2007-10-22 21:42           ` Daniel Hazelton
2007-10-22 22:00             ` Pavel Machek
2007-10-23  9:08               ` Christoph Hellwig
2007-10-23  9:11                 ` Luis Correia
2007-10-30 11:22                 ` Licensing of IS89C35 WLAN USB driver [was Re: rt73usb: support for wireless in Kohjinsha subnotebook] Pavel Machek
2007-10-30 15:11                   ` Dan Williams
2007-10-31  0:25                     ` Pavel Machek
2007-11-04 19:00                     ` Pavel Machek
2007-10-23 14:05               ` rt73usb: support for wireless in Kohjinsha subnotebook Dan Williams
2007-10-23 17:07                 ` Daniel Hazelton
2007-10-23 18:54                   ` Dan Williams
2007-10-23 19:41                     ` Daniel Hazelton
2007-10-23 21:27                       ` Dan Williams
2007-10-23 22:19                         ` Daniel Hazelton
2007-10-23 16:13           ` Arjan van de Ven

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=20071020184100.GA11640@elf.ucw.cz \
    --to=pavel@ucw.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=mwallis@serialmonkey.com \
    --cc=rt2400-devel@lists.sourceforge.net \
    /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