All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rt73usb.c : more ids
@ 2009-10-13 11:47 Xose Vazquez Perez
       [not found] ` <880c1630910130520p30c06846k8692634ec277340@mail.gmail.com>
  0 siblings, 1 reply; 9+ messages in thread
From: Xose Vazquez Perez @ 2009-10-13 11:47 UTC (permalink / raw)
  To: linux-wireless, users, IvDoorn

[-- Attachment #1: Type: text/plain, Size: 410 bytes --]

hi,

stolen from windows inf file(07/17/2009, 1.03.05.0000)
Ovislink 0x1b75, 0x7318
MSI 0x0db0, 0x4600
WideTell 0x7167, 0x3840


-thanks-

regards,
-- 
«Allá muevan feroz guerra, ciegos reyes por un palmo más de tierra;
que yo aquí tengo por mío cuanto abarca el mar bravío, a quien nadie
impuso leyes. Y no hay playa, sea cualquiera, ni bandera de esplendor,
que no sienta mi derecho y dé pecho a mi valor.»


[-- Attachment #2: new_id-73usb.diff --]
[-- Type: text/plain, Size: 1205 bytes --]

--- o/drivers/net/wireless/rt73usb.c	2009-10-13 12:58:32.042380351 +0200
+++ n/drivers/net/wireless/rt73usb.c	2009-10-13 13:01:01.073379225 +0200
@@ -2389,10 +2389,13 @@
 	{ USB_DEVICE(0x13b1, 0x0023), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x13b1, 0x0028), USB_DEVICE_DATA(&rt73usb_ops) },
 	/* MSI */
+	{ USB_DEVICE(0x0db0, 0x4600), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x0db0, 0x6877), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x0db0, 0x6874), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x0db0, 0xa861), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x0db0, 0xa874), USB_DEVICE_DATA(&rt73usb_ops) },
+	/* Ovislink */
+	{ USB_DEVICE(0x1b75, 0x7318), USB_DEVICE_DATA(&rt73usb_ops) },
 	/* Ralink */
 	{ USB_DEVICE(0x04bb, 0x093d), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x148f, 0x2573), USB_DEVICE_DATA(&rt73usb_ops) },
@@ -2420,6 +2423,8 @@
 	/* Planex */
 	{ USB_DEVICE(0x2019, 0xab01), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x2019, 0xab50), USB_DEVICE_DATA(&rt73usb_ops) },
+	/* WideTell */
+	{ USB_DEVICE(0x7167, 0x3840), USB_DEVICE_DATA(&rt73usb_ops) },
 	/* Zcom */
 	{ USB_DEVICE(0x0cde, 0x001c), USB_DEVICE_DATA(&rt73usb_ops) },
 	/* ZyXEL */

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

* Re: [rt2x00-users] [PATCH] rt73usb.c : more ids
       [not found] ` <880c1630910130520p30c06846k8692634ec277340@mail.gmail.com>
@ 2009-10-13 14:56   ` John W. Linville
  2009-10-16 13:17     ` Simon Raffeiner
  0 siblings, 1 reply; 9+ messages in thread
From: John W. Linville @ 2009-10-13 14:56 UTC (permalink / raw)
  To: rt2x00 Users List; +Cc: linux-wireless

On Tue, Oct 13, 2009 at 01:20:17PM +0100, Luis Correia wrote:
> Hi Xose,
> 
> 2009/10/13 Xose Vazquez Perez <xose.vazquez@gmail.com>
> 
> > hi,
> >
> > stolen from windows inf file(07/17/2009, 1.03.05.0000)
> > Ovislink 0x1b75, 0x7318
> > MSI 0x0db0, 0x4600
> > WideTell 0x7167, 0x3840
> >
> >
> > -thanks-
> >
> > regards,
> >
> 
> Are you absolutely sure that these devices are really rt73usb?
> 
> By being in the windows inf file doesn't mean they would work in Linux.
> 
> Luis Correia,
> rt2x00 project admin

Please also post patches in the correct format (especially including
the Signed-off-by):

	http://linux.yyz.us/patch-format.html

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

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

* Re: [rt2x00-users] [PATCH] rt73usb.c : more ids
  2009-10-13 14:56   ` [rt2x00-users] " John W. Linville
@ 2009-10-16 13:17     ` Simon Raffeiner
  2009-10-16 21:50       ` Xose Vazquez Perez
  0 siblings, 1 reply; 9+ messages in thread
From: Simon Raffeiner @ 2009-10-16 13:17 UTC (permalink / raw)
  To: John W. Linville, Xose Vazquez Perez; +Cc: linux-wireless, users

Hello Xose, Luis and John,

On Tue, Oct 13, 2009 at 01:20:17PM +0100, Luis Correia wrote:
> Are you absolutely sure that these devices are really rt73usb?
>
> By being in the windows inf file doesn't mean they would work in Linux.

I did the same thing Xose did and came up with even more new IDs. The Windows 
driver specifically supports only RT73 chipsets and I did my best to ensure 
that these are truly RT73 devices.

There is no guarantee that the Linux driver will perfectly support those new 
devices, but I think most should just work fine. If they don't the user at 
least knows where to file the bug report.

I may be wrong but at least for me this concept worked - I bought an 
RT2070L based device which is currently not supported by rt2800usb, the 
fact that the driver got loaded pointed me into the right direction 
(http://rt2x00.serialmonkey.com/phpBB/viewtopic.php?f=5&t=5245&hilit=rt2070).

I'll post the patch (new ids and some cleanups) if everybody's okay with it.

regards,
Simon Raffeiner

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

* Re: [rt2x00-users] [PATCH] rt73usb.c : more ids
  2009-10-16 13:17     ` Simon Raffeiner
@ 2009-10-16 21:50       ` Xose Vazquez Perez
  0 siblings, 0 replies; 9+ messages in thread
From: Xose Vazquez Perez @ 2009-10-16 21:50 UTC (permalink / raw)
  To: Simon Raffeiner; +Cc: linux-wireless, users, IvDoorn

[-- Attachment #1: Type: text/plain, Size: 891 bytes --]

On 10/16/2009 03:17 PM, Simon Raffeiner wrote:

> I may be wrong but at least for me this concept worked - I bought an 
> RT2070L based device which is currently not supported by rt2800usb, the 
> fact that the driver got loaded pointed me into the right direction 
> (http://rt2x00.serialmonkey.com/phpBB/viewtopic.php?f=5&t=5245&hilit=rt2070).
> 
> I'll post the patch (new ids and some cleanups) if everybody's okay with it.

I did it three days ago, but I did not get free time to post it, sorry!

from 09/15/2009, 1.04.07.0000 windows inf file.

Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>

-thanks-

regards,
-- 
«Allá muevan feroz guerra, ciegos reyes por un palmo más de tierra;
que yo aquí tengo por mío cuanto abarca el mar bravío, a quien nadie
impuso leyes. Y no hay playa, sea cualquiera, ni bandera de esplendor,
que no sienta mi derecho y dé pecho a mi valor.»

[-- Attachment #2: new_id-2800usb.diff --]
[-- Type: text/plain, Size: 7528 bytes --]

--- o/drivers/net/wireless/rt2800usb.c	2009-10-13 13:55:35.194380796 +0200
+++ n/drivers/net/wireless/rt2800usb.c	2009-10-13 15:06:42.771378537 +0200
@@ -2886,17 +2886,23 @@
 	{ USB_DEVICE(0x0e0b, 0x9041), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* Amit */
 	{ USB_DEVICE(0x15c5, 0x0008), USB_DEVICE_DATA(&rt2800usb_ops) },
+	/* Askey */
+	{ USB_DEVICE(0x1690, 0x0740), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x1690, 0x0744), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x0930, 0x0a07), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* ASUS */
 	{ USB_DEVICE(0x0b05, 0x1731), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x0b05, 0x1732), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x0b05, 0x1742), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x0b05, 0x1760), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x0b05, 0x1761), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x0b05, 0x1784), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* AzureWave */
 	{ USB_DEVICE(0x13d3, 0x3247), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x13d3, 0x3262), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x13d3, 0x3273), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x13d3, 0x3284), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x13d3, 0x3305), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* Belkin */
 	{ USB_DEVICE(0x050d, 0x8053), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x050d, 0x805c), USB_DEVICE_DATA(&rt2800usb_ops) },
@@ -2905,6 +2911,8 @@
 	/* Buffalo */
 	{ USB_DEVICE(0x0411, 0x00e8), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x0411, 0x012e), USB_DEVICE_DATA(&rt2800usb_ops) },
+	/* Cisco */
+	{ USB_DEVICE(0x167b, 0x4001), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* Conceptronic */
 	{ USB_DEVICE(0x14b2, 0x3c06), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x14b2, 0x3c07), USB_DEVICE_DATA(&rt2800usb_ops) },
@@ -2920,6 +2928,8 @@
 	{ USB_DEVICE(0x07aa, 0x002f), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x07aa, 0x003c), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x07aa, 0x003f), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x07aa, 0x0041), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x07aa, 0x0042), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x18c5, 0x0008), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x18c5, 0x0012), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* D-Link */
@@ -2931,18 +2941,24 @@
 	{ USB_DEVICE(0x07d1, 0x3c0f), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x07d1, 0x3c11), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x07d1, 0x3c13), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x07d1, 0x3c15), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* Edimax */
 	{ USB_DEVICE(0x7392, 0x7711), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x7392, 0x7717), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x7392, 0x7718), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* Encore */
 	{ USB_DEVICE(0x203d, 0x1480), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x203d, 0x14a1), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x203d, 0x14a9), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* EnGenius */
 	{ USB_DEVICE(0X1740, 0x9701), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x1740, 0x9702), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x1740, 0x9703), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x1740, 0x9705), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x1740, 0x9706), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x1740, 0x9707), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x1740, 0x9708), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x1740, 0x9709), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x1740, 0x9801), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* Gemtek */
 	{ USB_DEVICE(0x15a9, 0x0010), USB_DEVICE_DATA(&rt2800usb_ops) },
@@ -2956,7 +2972,10 @@
 	{ USB_DEVICE(0x0e66, 0x0009), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x0e66, 0x000b), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* I-O DATA */
+	{ USB_DEVICE(0x04bb, 0x0944), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x04bb, 0x0945), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x04bb, 0x0947), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x04bb, 0x0948), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* LevelOne */
 	{ USB_DEVICE(0x1740, 0x0605), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x1740, 0x0615), USB_DEVICE_DATA(&rt2800usb_ops) },
@@ -2971,8 +2990,18 @@
 	/* Motorola */
 	{ USB_DEVICE(0x100d, 0x9031), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x100d, 0x9032), USB_DEVICE_DATA(&rt2800usb_ops) },
+	/* MSI */
+	{ USB_DEVICE(0x0db0, 0x3820), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x0db0, 0x3821), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x0db0, 0x3870), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x0db0, 0x6899), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x0db0, 0x821a), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x0db0, 0x870a), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x0db0, 0x899a), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* Ovislink */
 	{ USB_DEVICE(0x1b75, 0x3072), USB_DEVICE_DATA(&rt2800usb_ops) },
+	/* Para */
+	{ USB_DEVICE(0x20b8, 0x8888), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* Pegatron */
 	{ USB_DEVICE(0x1d4d, 0x0002), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x1d4d, 0x000c), USB_DEVICE_DATA(&rt2800usb_ops) },
@@ -2988,8 +3017,6 @@
 	/* Quanta */
 	{ USB_DEVICE(0x1a32, 0x0304), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* Ralink */
-	{ USB_DEVICE(0x0db0, 0x3820), USB_DEVICE_DATA(&rt2800usb_ops) },
-	{ USB_DEVICE(0x0db0, 0x6899), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x148f, 0x2070), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x148f, 0x2770), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x148f, 0x2870), USB_DEVICE_DATA(&rt2800usb_ops) },
@@ -3013,7 +3040,12 @@
 	{ USB_DEVICE(0x0df6, 0x003e), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x0df6, 0x003f), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x0df6, 0x0040), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x0df6, 0x0041), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x0df6, 0x0042), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x0df6, 0x0047), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x0df6, 0x0048), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x0df6, 0x004a), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x0df6, 0x004d), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* SMC */
 	{ USB_DEVICE(0x083a, 0x6618), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x083a, 0x7511), USB_DEVICE_DATA(&rt2800usb_ops) },
@@ -3022,6 +3054,8 @@
 	{ USB_DEVICE(0x083a, 0x8522), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x083a, 0xa512), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x083a, 0xa618), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x083a, 0xa701), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x083a, 0xa702), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x083a, 0xb522), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x083a, 0xc522), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* Sparklan */
@@ -3039,6 +3073,7 @@
 	{ USB_DEVICE(0x5a57, 0x0280), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x5a57, 0x0282), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x5a57, 0x0283), USB_DEVICE_DATA(&rt2800usb_ops) },
+	{ USB_DEVICE(0x5a57, 0x0284), USB_DEVICE_DATA(&rt2800usb_ops) },
 	{ USB_DEVICE(0x5a57, 0x5257), USB_DEVICE_DATA(&rt2800usb_ops) },
 	/* Zyxel */
 	{ USB_DEVICE(0x0586, 0x3416), USB_DEVICE_DATA(&rt2800usb_ops) },

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

* Re: [PATCH] rt73usb.c : more ids
  2009-10-19  9:51 Xose Vazquez Perez
  2009-10-19  9:55 ` Luis Correia
@ 2009-10-28 19:20 ` John W. Linville
  1 sibling, 0 replies; 9+ messages in thread
From: John W. Linville @ 2009-10-28 19:20 UTC (permalink / raw)
  To: Xose Vazquez Perez; +Cc: linux-wireless, users, IvDoorn

On Mon, Oct 19, 2009 at 11:51:11AM +0200, Xose Vazquez Perez wrote:
> hi,
> 
> stolen from windows inf file(07/17/2009, 1.03.05.0000)
> Ovislink 0x1b75, 0x7318
> MSI 0x0db0, 0x4600
> WideTell 0x7167, 0x3840
> 
> 
> -thanks-
> 
> regards,
> 
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
> 
> -- 
> «Allá muevan feroz guerra, ciegos reyes por un palmo más de tierra;
> que yo aquí tengo por mío cuanto abarca el mar bravío, a quien nadie
> impuso leyes. Y no hay playa, sea cualquiera, ni bandera de esplendor,
> que no sienta mi derecho y dé pecho a mi valor.»
> 
> 

> --- o/drivers/net/wireless/rt73usb.c	2009-10-13 12:58:32.042380351 +0200
> +++ n/drivers/net/wireless/rt73usb.c	2009-10-13 13:01:01.073379225 +0200

WTF is this?  That's not where that file lives in any tree I have...

I manually applied this one, but in the future please go to the
effort of sending a patch against the sources everyone else is using.
Not sending it as an attachment and not cluttering the changelog
with "hi...thanks, regards..." etc would be appreciated as well.
Maybe you could even read the link I sent you previously...

John
-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

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

* Re: [PATCH] rt73usb.c : more ids
  2009-10-19  9:58   ` Luis Correia
@ 2009-10-19 10:04     ` Xose Vazquez Perez
  0 siblings, 0 replies; 9+ messages in thread
From: Xose Vazquez Perez @ 2009-10-19 10:04 UTC (permalink / raw)
  To: Luis Correia; +Cc: linux-wireless, users, IvDoorn

On 10/19/2009 11:58 AM, Luis Correia wrote:

> I'm sorry, please disregard my last email (too early and zero coffee....)

Don't worry,  lately with thunderbird from fedora-updates-testing
anything is possible :-)

regards,
-- 
«Allá muevan feroz guerra, ciegos reyes por un palmo más de tierra;
que yo aquí tengo por mío cuanto abarca el mar bravío, a quien nadie
impuso leyes. Y no hay playa, sea cualquiera, ni bandera de esplendor,
que no sienta mi derecho y dé pecho a mi valor.»

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

* Re: [PATCH] rt73usb.c : more ids
  2009-10-19  9:55 ` Luis Correia
@ 2009-10-19  9:58   ` Luis Correia
  2009-10-19 10:04     ` Xose Vazquez Perez
  0 siblings, 1 reply; 9+ messages in thread
From: Luis Correia @ 2009-10-19  9:58 UTC (permalink / raw)
  To: Xose Vazquez Perez; +Cc: linux-wireless, users, IvDoorn

I'm sorry, please disregard my last email (too early and zero coffee....)

Luis

On Mon, Oct 19, 2009 at 10:55, Luis Correia <luis.f.correia@gmail.com> wrote:
> Hi
>
> 2009/10/19 Xose Vazquez Perez <xose.vazquez@gmail.com>:
>> hi,
>>
>> stolen from windows inf file(07/17/2009, 1.03.05.0000)
>> Ovislink 0x1b75, 0x7318
>> MSI 0x0db0, 0x4600
>> WideTell 0x7167, 0x3840
>>
>>
>> -thanks-
>>
>> regards,
>>
>> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
>
> Please provide this as a properly formatted PATCH (diffed from source)
>
> Luis Correia,
> rt2x00 project admin
>

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

* Re: [PATCH] rt73usb.c : more ids
  2009-10-19  9:51 Xose Vazquez Perez
@ 2009-10-19  9:55 ` Luis Correia
  2009-10-19  9:58   ` Luis Correia
  2009-10-28 19:20 ` John W. Linville
  1 sibling, 1 reply; 9+ messages in thread
From: Luis Correia @ 2009-10-19  9:55 UTC (permalink / raw)
  To: Xose Vazquez Perez; +Cc: linux-wireless, users, IvDoorn

Hi

2009/10/19 Xose Vazquez Perez <xose.vazquez@gmail.com>:
> hi,
>
> stolen from windows inf file(07/17/2009, 1.03.05.0000)
> Ovislink 0x1b75, 0x7318
> MSI 0x0db0, 0x4600
> WideTell 0x7167, 0x3840
>
>
> -thanks-
>
> regards,
>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>

Please provide this as a properly formatted PATCH (diffed from source)

Luis Correia,
rt2x00 project admin

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

* [PATCH] rt73usb.c : more ids
@ 2009-10-19  9:51 Xose Vazquez Perez
  2009-10-19  9:55 ` Luis Correia
  2009-10-28 19:20 ` John W. Linville
  0 siblings, 2 replies; 9+ messages in thread
From: Xose Vazquez Perez @ 2009-10-19  9:51 UTC (permalink / raw)
  To: linux-wireless, users, IvDoorn

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

hi,

stolen from windows inf file(07/17/2009, 1.03.05.0000)
Ovislink 0x1b75, 0x7318
MSI 0x0db0, 0x4600
WideTell 0x7167, 0x3840


-thanks-

regards,

Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>

-- 
«Allá muevan feroz guerra, ciegos reyes por un palmo más de tierra;
que yo aquí tengo por mío cuanto abarca el mar bravío, a quien nadie
impuso leyes. Y no hay playa, sea cualquiera, ni bandera de esplendor,
que no sienta mi derecho y dé pecho a mi valor.»



[-- Attachment #2: new_id-73usb.diff --]
[-- Type: text/plain, Size: 1206 bytes --]

--- o/drivers/net/wireless/rt73usb.c	2009-10-13 12:58:32.042380351 +0200
+++ n/drivers/net/wireless/rt73usb.c	2009-10-13 13:01:01.073379225 +0200
@@ -2389,10 +2389,13 @@
 	{ USB_DEVICE(0x13b1, 0x0023), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x13b1, 0x0028), USB_DEVICE_DATA(&rt73usb_ops) },
 	/* MSI */
+	{ USB_DEVICE(0x0db0, 0x4600), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x0db0, 0x6877), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x0db0, 0x6874), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x0db0, 0xa861), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x0db0, 0xa874), USB_DEVICE_DATA(&rt73usb_ops) },
+	/* Ovislink */
+	{ USB_DEVICE(0x1b75, 0x7318), USB_DEVICE_DATA(&rt73usb_ops) },
 	/* Ralink */
 	{ USB_DEVICE(0x04bb, 0x093d), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x148f, 0x2573), USB_DEVICE_DATA(&rt73usb_ops) },
@@ -2420,6 +2423,8 @@
 	/* Planex */
 	{ USB_DEVICE(0x2019, 0xab01), USB_DEVICE_DATA(&rt73usb_ops) },
 	{ USB_DEVICE(0x2019, 0xab50), USB_DEVICE_DATA(&rt73usb_ops) },
+	/* WideTell */
+	{ USB_DEVICE(0x7167, 0x3840), USB_DEVICE_DATA(&rt73usb_ops) },
 	/* Zcom */
 	{ USB_DEVICE(0x0cde, 0x001c), USB_DEVICE_DATA(&rt73usb_ops) },
 	/* ZyXEL */


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

end of thread, other threads:[~2009-10-28 19:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-13 11:47 [PATCH] rt73usb.c : more ids Xose Vazquez Perez
     [not found] ` <880c1630910130520p30c06846k8692634ec277340@mail.gmail.com>
2009-10-13 14:56   ` [rt2x00-users] " John W. Linville
2009-10-16 13:17     ` Simon Raffeiner
2009-10-16 21:50       ` Xose Vazquez Perez
2009-10-19  9:51 Xose Vazquez Perez
2009-10-19  9:55 ` Luis Correia
2009-10-19  9:58   ` Luis Correia
2009-10-19 10:04     ` Xose Vazquez Perez
2009-10-28 19:20 ` John W. Linville

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.