Messages in this thread |  | | | Subject | Re: [PATCH 2/3] HID: Implement Wacom quirk in the kernel | | From | Marcel Holtmann <> | | Date | Wed, 03 Feb 2010 06:19:01 -0800 |
| |
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 <hadess@hadess.net> > Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
> > + /* Set Wacom mode2 */ > + rep_data[0] = 0x03; rep_data[1] = 0x00; > + limit =3;
Small nitpick here. The space after = is missing ;)
Regards
Marcel
|  |