Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755131AbZICLy1 (ORCPT ); Thu, 3 Sep 2009 07:54:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755082AbZICLy0 (ORCPT ); Thu, 3 Sep 2009 07:54:26 -0400 Received: from fg-out-1718.google.com ([72.14.220.155]:63313 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754000AbZICLy0 convert rfc822-to-8bit (ORCPT ); Thu, 3 Sep 2009 07:54:26 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=BAPkUlUP4KwJov/t3KVwCzToOFuR5WXPVuFJcHRP+PbkQqkDYfqqbdW77wakSqDkA4 YRoDUn7POT1canu/volYs68gmo0kSUD7Kp90pAQPi22LU1hBXWpJB2aXaxpFcBDnEtJy +Tp8DXsQ6Viztg1dVRJ6+Ih59tY462NE7hhYc= MIME-Version: 1.0 In-Reply-To: <1251978140-4992-1-git-send-email-amit.kucheria@canonical.com> References: <1251978140-4992-1-git-send-email-amit.kucheria@canonical.com> Date: Thu, 3 Sep 2009 13:54:27 +0200 Message-ID: Subject: Re: [PATCH] rt2x00: Get rid of duplicate usb id from rt2500usb From: Ivo Van Doorn To: Amit Kucheria Cc: List Linux Kernel , linux-wireless@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1499 Lines: 39 > USB_DEVICE(0x148f, 0x2573) is served by the rt73usb driver where it is already > defined. Remove it from rt2500usb. > > Signed-off-by: Amit Kucheria > Cc: Ivo van Doorn NACK Users have reported that this is a valid rt2500usb ID. You can thank the manufacturer of the dongle to produce dongles with the same USB ID but with different chipsets. Ivo > --- > ?drivers/net/wireless/rt2x00/rt2500usb.c | ? ?1 - > ?1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/drivers/net/wireless/rt2x00/rt2500usb.c b/drivers/net/wireless/rt2x00/rt2500usb.c > index ce75426..2e9fac7 100644 > --- a/drivers/net/wireless/rt2x00/rt2500usb.c > +++ b/drivers/net/wireless/rt2x00/rt2500usb.c > @@ -2020,7 +2020,6 @@ static struct usb_device_id rt2500usb_device_table[] = { > ? ? ? ?/* Ralink */ > ? ? ? ?{ USB_DEVICE(0x148f, 0x1706), USB_DEVICE_DATA(&rt2500usb_ops) }, > ? ? ? ?{ USB_DEVICE(0x148f, 0x2570), USB_DEVICE_DATA(&rt2500usb_ops) }, > - ? ? ? { USB_DEVICE(0x148f, 0x2573), USB_DEVICE_DATA(&rt2500usb_ops) }, > ? ? ? ?{ USB_DEVICE(0x148f, 0x9020), USB_DEVICE_DATA(&rt2500usb_ops) }, > ? ? ? ?/* Sagem */ > ? ? ? ?{ USB_DEVICE(0x079b, 0x004b), USB_DEVICE_DATA(&rt2500usb_ops) }, > -- > 1.6.3.3 > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/