Return-Path: Subject: Re: [PATCH 2/3] HID: Implement Wacom quirk in the kernel From: Marcel Holtmann To: Jiri Kosina Cc: Bastien Nocera , Michael Poole , "Gunn, Brian" , Ping , linux-kernel@vger.kernel.org, BlueZ development In-Reply-To: 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> Content-Type: text/plain; charset="UTF-8" Date: Wed, 03 Feb 2010 06:19:01 -0800 Message-ID: <1265206741.31341.114.camel@localhost.localdomain> Mime-Version: 1.0 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: 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 ;) Regards Marcel