From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754302Ab3GOHxT (ORCPT ); Mon, 15 Jul 2013 03:53:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22919 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754188Ab3GOHxR (ORCPT ); Mon, 15 Jul 2013 03:53:17 -0400 Message-ID: <51E3AA68.2030504@redhat.com> Date: Mon, 15 Jul 2013 09:53:12 +0200 From: Benjamin Tissoires User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Jiri Kosina CC: Benjamin Tissoires , Honza Brazdil , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] HID: kye: Add report fixup for Genius Gx Imperator Keyboard References: <1373633613-4947-1-git-send-email-benjamin.tissoires@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/14/2013 11:14 PM, Jiri Kosina wrote: > On Fri, 12 Jul 2013, Benjamin Tissoires wrote: > >> Genius Gx Imperator Keyboard presents the same problem in its report >> descriptors than Genius Gila Gaming Mouse. >> Use the same fixup for both. >> >> Fixes: >> https://bugzilla.redhat.com/show_bug.cgi?id=928561 >> >> Reported-and-tested-by: Honza Brazdil >> Signed-off-by: Benjamin Tissoires >> --- > > Hi Benjamin, > > I guess you are missing update of hid_have_special_driver[] list? > Oops, thanks for spotting this. I will send a v2 ASAP. Cheers, Benjamin