Re: XInput: Atmel maXTouch Digitizer touch screen

2012-01-09 Thread Nick Dyer
Ben Bucksch wrote: On 07.01.2012 17:40, Chase Douglas wrote: Are you sure you are running that version of the driver? Did you change drivers since you posted your evtest log? The evtest log shows BTN_TOOL_FINGER being registered, but the upstream driver does not register it. The log I posted w

Re: XInput: Atmel maXTouch Digitizer touch screen

2012-01-07 Thread Ben Bucksch
On 07.01.2012 17:40, Chase Douglas wrote: Are you sure you are running that version of the driver? Did you change drivers since you posted your evtest log? The evtest log shows BTN_TOOL_FINGER being registered, but the upstream driver does not register it. The log I posted was from an older Lin

Re: XInput: Atmel maXTouch Digitizer touch screen

2012-01-07 Thread Chase Douglas
On 01/07/2012 05:46 AM, Ben Bucksch wrote: > On 07.01.2012 08:04, Chase Douglas wrote: >> On 01/06/2012 10:57 AM, Ben Bucksch wrote: >>> There is no mention of "BTN_TOOL_FINGER" anywhere in that file. >> If you want, you can post the entire source file for your driver. I'll >> try to point out what

Re: XInput: Atmel maXTouch Digitizer touch screen

2012-01-07 Thread Ben Bucksch
On 07.01.2012 08:04, Chase Douglas wrote: On 01/06/2012 10:57 AM, Ben Bucksch wrote: There is no mention of "BTN_TOOL_FINGER" anywhere in that file. If you want, you can post the entire source file for your driver. I'll try to point out what needs to be changed. http://git.kernel.org/?p=linux

Re: XInput: Atmel maXTouch Digitizer touch screen

2012-01-06 Thread Chase Douglas
On 01/06/2012 10:57 AM, Ben Bucksch wrote: > On 03.01.2012 03:14, Chase Douglas wrote: >> On 12/26/2011 09:59 AM, Ben Bucksch wrote: >>> I now hacked this file in a very crude way, by removing some of the >>> finger code. Patch below. >>> >>> This has the effect that the random spurious clicks are

Re: XInput: Atmel maXTouch Digitizer touch screen

2012-01-06 Thread Ben Bucksch
On 03.01.2012 03:14, Chase Douglas wrote: On 12/26/2011 09:59 AM, Ben Bucksch wrote: I now hacked this file in a very crude way, by removing some of the finger code. Patch below. This has the effect that the random spurious clicks are gone, but I now need a double-tap ("double-click") to effect

Re: XInput: Atmel maXTouch Digitizer touch screen

2012-01-02 Thread Chase Douglas
On 12/26/2011 09:59 AM, Ben Bucksch wrote: > On 22.12.2011 16:47, Chase Douglas wrote: >> If I had to guess, BTN_TOOL_FINGER is likely still getting in the way >> of things in the evdev driver. >> ... >> the maXTouch chips are handled by atmel_mx_ts in >> drivers/input/touchscreen/atmel_mx_ts.c.

Re: XInput: Atmel maXTouch Digitizer touch screen

2011-12-26 Thread Ben Bucksch
On 22.12.2011 16:47, Chase Douglas wrote: If I had to guess, BTN_TOOL_FINGER is likely still getting in the way of things in the evdev driver. ... the maXTouch chips are handled by atmel_mx_ts in drivers/input/touchscreen/atmel_mx_ts.c. I now hacked this file in a very crude way, by removing