Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756365Ab0AMUow (ORCPT ); Wed, 13 Jan 2010 15:44:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756117Ab0AMUov (ORCPT ); Wed, 13 Jan 2010 15:44:51 -0500 Received: from cantor.suse.de ([195.135.220.2]:38490 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755411Ab0AMUou (ORCPT ); Wed, 13 Jan 2010 15:44:50 -0500 Date: Wed, 13 Jan 2010 21:44:49 +0100 (CET) From: Jiri Kosina To: Jiri Slaby Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, Pekka Sarnila Subject: Re: [PATCH 1/1] HID: ignore afatech 9016 In-Reply-To: <4B4E2E48.1000509@gmail.com> Message-ID: References: <1263412773-23220-1-git-send-email-jslaby@suse.cz> <4B4E2E48.1000509@gmail.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1254 Lines: 36 On Wed, 13 Jan 2010, Jiri Slaby wrote: > >> --- a/drivers/hid/usbhid/hid-quirks.c > >> +++ b/drivers/hid/usbhid/hid-quirks.c > >> @@ -41,7 +41,7 @@ static const struct hid_blacklist { > >> { USB_VENDOR_ID_SAITEK, USB_DEVICE_ID_SAITEK_RUMBLEPAD, HID_QUIRK_BADPAD }, > >> { USB_VENDOR_ID_TOPMAX, USB_DEVICE_ID_TOPMAX_COBRAPAD, HID_QUIRK_BADPAD }, > >> > >> - { USB_VENDOR_ID_AFATECH, USB_DEVICE_ID_AFATECH_AF9016, HID_QUIRK_FULLSPEED_INTERVAL }, > >> + { USB_VENDOR_ID_AFATECH, USB_DEVICE_ID_AFATECH_AF9016, HID_QUIRK_IGNORE }, > > > > Hmm, why do we keep HID_QUIRK_IGNORE anyway, when we already have generic > > hid_ignore_list[]? > > You returned it back because of dynamic quirks... Right you are. > > We don't set it for any device in the current codebase any more. > > Oh yeah, it's hard for people who don't remember code they wrote :). Oh, right ... happened to me as well, see a few lines above :) > Will respin. Thanks for the reminder. Thanks, -- Jiri Kosina SUSE Labs, Novell Inc. -- 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/