* [PATCH] rt2800pci.c : more ids
@ 2009-10-13 8:05 Xose Vazquez Perez
2009-10-13 12:12 ` Xose Vazquez Perez
2009-10-19 9:50 ` Xose Vazquez Perez
0 siblings, 2 replies; 5+ messages in thread
From: Xose Vazquez Perez @ 2009-10-13 8:05 UTC (permalink / raw)
To: linux-wireless, users, IvDoorn
[-- Attachment #1: Type: text/plain, Size: 357 bytes --]
hi,
stolen from windows inf file(09/05/2009, 1.04.07.0000)
0x1814, 0x3060
-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-2800pci.diff --]
[-- Type: text/plain, Size: 722 bytes --]
diff -Nuar o/drivers/net/wireless/rt2800pci.c n/drivers/net/wireless/rt2800pci.c
--- o/drivers/net/wireless/rt2800pci.c 2009-10-13 09:57:37.523379731 +0200
+++ n/drivers/net/wireless/rt2800pci.c 2009-10-13 09:56:53.169379162 +0200
@@ -3237,6 +3237,7 @@
{ PCI_DEVICE(0x1814, 0x0681), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x0701), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x0781), PCI_DEVICE_DATA(&rt2800pci_ops) },
+ { PCI_DEVICE(0x1814, 0x3060), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x3062), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x3090), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x3091), PCI_DEVICE_DATA(&rt2800pci_ops) },
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] rt2800pci.c : more ids
2009-10-13 8:05 [PATCH] rt2800pci.c : more ids Xose Vazquez Perez
@ 2009-10-13 12:12 ` Xose Vazquez Perez
2009-10-19 9:50 ` Xose Vazquez Perez
1 sibling, 0 replies; 5+ messages in thread
From: Xose Vazquez Perez @ 2009-10-13 12:12 UTC (permalink / raw)
Cc: linux-wireless, users, IvDoorn
[-- Attachment #1: Type: text/plain, Size: 498 bytes --]
On 10/13/2009 10:05 AM, Xose Vazquez Perez wrote:
> stolen from windows inf file(09/05/2009, 1.04.07.0000)
>
> 0x1814, 0x3060
apply this one instead,
got 0x1462,0x89a from linux driver(2009_0903_RT3090_Linux_STA_v2.2.0.1)
-thanks-
--
«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-2800pci-v2.diff --]
[-- Type: text/plain, Size: 1273 bytes --]
--- o/drivers/net/wireless/rt2800pci.c 2009-10-13 09:57:37.523379731 +0200
+++ n/drivers/net/wireless/rt2800pci.c 2009-10-13 14:10:12.785378782 +0200
@@ -3225,6 +3225,8 @@
* RT2800pci module information.
*/
static struct pci_device_id rt2800pci_device_table[] = {
+ /* ??? */
+ { PCI_DEVICE(0x1462, 0x891a), PCI_DEVICE_DATA(&rt2800pci_ops) },
/* Edimax */
{ PCI_DEVICE(0x1432, 0x7708), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1432, 0x7727), PCI_DEVICE_DATA(&rt2800pci_ops) },
@@ -3233,10 +3235,12 @@
{ PCI_DEVICE(0x1432, 0x7748), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1432, 0x7758), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1432, 0x7768), PCI_DEVICE_DATA(&rt2800pci_ops) },
+ /* Ralink */
{ PCI_DEVICE(0x1814, 0x0601), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x0681), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x0701), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x0781), PCI_DEVICE_DATA(&rt2800pci_ops) },
+ { PCI_DEVICE(0x1814, 0x3060), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x3062), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x3090), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x3091), PCI_DEVICE_DATA(&rt2800pci_ops) },
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] rt2800pci.c : more ids
2009-10-13 8:05 [PATCH] rt2800pci.c : more ids Xose Vazquez Perez
2009-10-13 12:12 ` Xose Vazquez Perez
@ 2009-10-19 9:50 ` Xose Vazquez Perez
2009-10-19 17:31 ` Ivo van Doorn
1 sibling, 1 reply; 5+ messages in thread
From: Xose Vazquez Perez @ 2009-10-19 9:50 UTC (permalink / raw)
Cc: linux-wireless, users, IvDoorn
[-- Attachment #1: Type: text/plain, Size: 559 bytes --]
On 10/13/2009 10:05 AM, Xose Vazquez Perez wrote:
> stolen from windows inf file(09/05/2009, 1.04.07.0000)
>
> 0x1814, 0x3060
apply this one instead,
got 0x1462,0x89a from linux driver(2009_0903_RT3090_Linux_STA_v2.2.0.1)
-thanks-
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-2800pci-v2.diff --]
[-- Type: text/plain, Size: 1274 bytes --]
--- o/drivers/net/wireless/rt2800pci.c 2009-10-13 09:57:37.523379731 +0200
+++ n/drivers/net/wireless/rt2800pci.c 2009-10-13 14:10:12.785378782 +0200
@@ -3225,6 +3225,8 @@
* RT2800pci module information.
*/
static struct pci_device_id rt2800pci_device_table[] = {
+ /* ??? */
+ { PCI_DEVICE(0x1462, 0x891a), PCI_DEVICE_DATA(&rt2800pci_ops) },
/* Edimax */
{ PCI_DEVICE(0x1432, 0x7708), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1432, 0x7727), PCI_DEVICE_DATA(&rt2800pci_ops) },
@@ -3233,10 +3235,12 @@
{ PCI_DEVICE(0x1432, 0x7748), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1432, 0x7758), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1432, 0x7768), PCI_DEVICE_DATA(&rt2800pci_ops) },
+ /* Ralink */
{ PCI_DEVICE(0x1814, 0x0601), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x0681), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x0701), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x0781), PCI_DEVICE_DATA(&rt2800pci_ops) },
+ { PCI_DEVICE(0x1814, 0x3060), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x3062), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x3090), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x3091), PCI_DEVICE_DATA(&rt2800pci_ops) },
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] rt2800pci.c : more ids
2009-10-19 9:50 ` Xose Vazquez Perez
@ 2009-10-19 17:31 ` Ivo van Doorn
2009-10-28 19:44 ` [rt2x00-users] " John W. Linville
0 siblings, 1 reply; 5+ messages in thread
From: Ivo van Doorn @ 2009-10-19 17:31 UTC (permalink / raw)
To: Xose Vazquez Perez; +Cc: linux-wireless, users
Hi,
I have merged your previous rt2800pci patch before sending it
upstream. Please recheck and if required rebase your patch
to the new version.
Thanks,
Ivo
On Monday 19 October 2009, Xose Vazquez Perez wrote:
> On 10/13/2009 10:05 AM, Xose Vazquez Perez wrote:
>
> > stolen from windows inf file(09/05/2009, 1.04.07.0000)
> >
> > 0x1814, 0x3060
>
> apply this one instead,
> got 0x1462,0x89a from linux driver(2009_0903_RT3090_Linux_STA_v2.2.0.1)
>
> -thanks-
>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [rt2x00-users] [PATCH] rt2800pci.c : more ids
2009-10-19 17:31 ` Ivo van Doorn
@ 2009-10-28 19:44 ` John W. Linville
0 siblings, 0 replies; 5+ messages in thread
From: John W. Linville @ 2009-10-28 19:44 UTC (permalink / raw)
To: rt2x00 Users List; +Cc: Xose Vazquez Perez, linux-wireless
Looks like those IDs were already added by Ivo...
On Mon, Oct 19, 2009 at 07:31:06PM +0200, Ivo van Doorn wrote:
> Hi,
>
> I have merged your previous rt2800pci patch before sending it
> upstream. Please recheck and if required rebase your patch
> to the new version.
>
> Thanks,
>
> Ivo
>
> On Monday 19 October 2009, Xose Vazquez Perez wrote:
> > On 10/13/2009 10:05 AM, Xose Vazquez Perez wrote:
> >
> > > stolen from windows inf file(09/05/2009, 1.04.07.0000)
> > >
> > > 0x1814, 0x3060
> >
> > apply this one instead,
> > got 0x1462,0x89a from linux driver(2009_0903_RT3090_Linux_STA_v2.2.0.1)
> >
> > -thanks-
> >
> > Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
> >
>
>
>
> _______________________________________________
> users mailing list
> users@rt2x00.serialmonkey.com
> http://rt2x00.serialmonkey.com/mailman/listinfo/users_rt2x00.serialmonkey.com
>
--
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] 5+ messages in thread
end of thread, other threads:[~2009-10-28 19:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-13 8:05 [PATCH] rt2800pci.c : more ids Xose Vazquez Perez
2009-10-13 12:12 ` Xose Vazquez Perez
2009-10-19 9:50 ` Xose Vazquez Perez
2009-10-19 17:31 ` Ivo van Doorn
2009-10-28 19:44 ` [rt2x00-users] " John W. Linville
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).