Return-path: Received: from fg-out-1718.google.com ([72.14.220.157]:58119 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755321AbZICOSX convert rfc822-to-8bit (ORCPT ); Thu, 3 Sep 2009 10:18:23 -0400 MIME-Version: 1.0 In-Reply-To: <20090903115521.GB12597@tuxdriver.com> References: <1251978140-4992-1-git-send-email-amit.kucheria@canonical.com> <20090903115521.GB12597@tuxdriver.com> Date: Thu, 3 Sep 2009 16:18:24 +0200 Message-ID: Subject: Re: [PATCH] rt2x00: Get rid of duplicate usb id from rt2500usb From: Ivo Van Doorn To: "John W. Linville" Cc: Amit Kucheria , List Linux Kernel , linux-wireless@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Thu, Sep 3, 2009 at 1:55 PM, John W. Linville wrote: > On Thu, Sep 03, 2009 at 02:42:20PM +0300, Amit Kucheria wrote: >> 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 > > IIRC there are IDs that are used by different devices where rt73usb > covers one device and the rt2500usb covers another. ?Are you sure > this is not one of those? Yes, I believe this particular ID was already discussed some time ago on this list. This is one of the infamous duplicate IDs. (Fortunately not one of those infamous Linksys devices with 5 different chipsets for the same ID). Ivo