Re: [Linuxwacom-devel] [PATCH] HID: wacom: set ABS_MISC bit for Intuos4 WL

2012-02-24 Thread Chris Bagwell
On Fri, Feb 24, 2012 at 7:32 AM, Przemo Firszt wrote: > Dnia 2012-02-23, czw o godzinie 21:19 -0600, Chris Bagwell pisze: >> On Wed, Feb 22, 2012 at 3:21 PM, Przemo Firszt wrote: >> [..] > >>            __set_bit(ABS_MISC, input->absbit); >> >> So in your copy, it is already setting MSC_SERIAL bi

Re: [Linuxwacom-devel] [PATCH] HID: wacom: set ABS_MISC bit for Intuos4 WL

2012-02-24 Thread Przemo Firszt
Dnia 2012-02-23, czw o godzinie 21:19 -0600, Chris Bagwell pisze: > On Wed, Feb 22, 2012 at 3:21 PM, Przemo Firszt wrote: > [..] >__set_bit(ABS_MISC, input->absbit); > > So in your copy, it is already setting MSC_SERIAL bit, you've added > code to send it, and xf86-input-wacom is sti

Re: [Linuxwacom-devel] [PATCH] HID: wacom: set ABS_MISC bit for Intuos4 WL

2012-02-23 Thread Chris Bagwell
On Wed, Feb 22, 2012 at 3:21 PM, Przemo Firszt wrote: > ABS_MISC has to be set for Intuos4 WL otherwise xorg driver won't use proper > protocol and the information about tool id and serial is lost. > > Signed-off-by: Przemo Firszt > --- >  drivers/hid/hid-wacom.c |    1 + >  1 files changed, 1 in

[Linuxwacom-devel] [PATCH] HID: wacom: set ABS_MISC bit for Intuos4 WL

2012-02-22 Thread Przemo Firszt
ABS_MISC has to be set for Intuos4 WL otherwise xorg driver won't use proper protocol and the information about tool id and serial is lost. Signed-off-by: Przemo Firszt --- drivers/hid/hid-wacom.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/hid/hid-wacom.c b/