Return-path: Received: from ey-out-2122.google.com ([74.125.78.24]:26521 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752512AbZJSJvM (ORCPT ); Mon, 19 Oct 2009 05:51:12 -0400 Received: by ey-out-2122.google.com with SMTP id 9so885423eyd.19 for ; Mon, 19 Oct 2009 02:51:15 -0700 (PDT) Message-ID: <4ADC368F.1050709@gmail.com> Date: Mon, 19 Oct 2009 11:51:11 +0200 From: Xose Vazquez Perez MIME-Version: 1.0 To: linux-wireless , users@rt2x00.serialmonkey.com, IvDoorn@gmail.com Subject: [PATCH] rt73usb.c : more ids Content-Type: multipart/mixed; boundary="------------060104040902030107060909" Sender: linux-wireless-owner@vger.kernel.org List-ID: This is a multi-part message in MIME format. --------------060104040902030107060909 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit 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 -- ?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.? --------------060104040902030107060909 Content-Type: text/plain; name="new_id-73usb.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="new_id-73usb.diff" --- 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 */ --------------060104040902030107060909--