Return-path: Received: from mail-fx0-f227.google.com ([209.85.220.227]:42019 "EHLO mail-fx0-f227.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754705AbZJMMMv (ORCPT ); Tue, 13 Oct 2009 08:12:51 -0400 Received: by fxm27 with SMTP id 27so10105915fxm.17 for ; Tue, 13 Oct 2009 05:12:14 -0700 (PDT) Message-ID: <4AD46E99.4040008@gmail.com> Date: Tue, 13 Oct 2009 14:12:09 +0200 From: Xose Vazquez Perez MIME-Version: 1.0 CC: linux-wireless , users@rt2x00.serialmonkey.com, IvDoorn@gmail.com Subject: Re: [PATCH] rt2800pci.c : more ids References: <4AD434B6.3090903@gmail.com> In-Reply-To: <4AD434B6.3090903@gmail.com> Content-Type: multipart/mixed; boundary="------------010608020506050802010106" To: unlisted-recipients:; (no To-header on input) Sender: linux-wireless-owner@vger.kernel.org List-ID: This is a multi-part message in MIME format. --------------010608020506050802010106 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit 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.? --------------010608020506050802010106 Content-Type: text/plain; name="new_id-2800pci-v2.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="new_id-2800pci-v2.diff" --- 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) }, --------------010608020506050802010106--