Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756312Ab0BCOkj (ORCPT ); Wed, 3 Feb 2010 09:40:39 -0500 Received: from cantor.suse.de ([195.135.220.2]:36198 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755003Ab0BCOki (ORCPT ); Wed, 3 Feb 2010 09:40:38 -0500 Date: Wed, 3 Feb 2010 15:40:34 +0100 (CET) From: Jiri Kosina To: Marcel Holtmann Cc: Bastien Nocera , Michael Poole , "Gunn, Brian" , Ping , linux-kernel@vger.kernel.org, BlueZ development Subject: Re: [PATCH 2/3] HID: Implement Wacom quirk in the kernel In-Reply-To: <1265206741.31341.114.camel@localhost.localdomain> Message-ID: References: <1264783166.29532.5302.camel@localhost.localdomain> <87iqakifm8.fsf@troilus.org> <1264860663.29532.7887.camel@localhost.localdomain> <87bpg7glf7.fsf@troilus.org> <1265190440.32444.8417.camel@localhost.localdomain> <1265206741.31341.114.camel@localhost.localdomain> 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: 876 Lines: 31 On Wed, 3 Feb 2010, Marcel Holtmann wrote: > Hi Jiri, > > > The hid-wacom driver required user-space to poke at the tablet > > to make it send data about the cursor location. > > > > This patch makes it do the same thing but in the kernel. > > > > Signed-off-by: Bastien Nocera > > Signed-off-by: Jiri Kosina > > Acked-by: Marcel Holtmann > > > > > + /* Set Wacom mode2 */ > > + rep_data[0] = 0x03; rep_data[1] = 0x00; > > + limit =3; > > Small nitpick here. The space after = is missing ;) Fixed and applied. Thank you. -- 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/