Re: [PATCH] Input: atmel_mxt_ts - implement T100 touch object support

2015-01-25 Thread Javier Martinez Canillas
Hello Nick, On 12/19/2014 15:04 PM, Nick Dyer wrote:> > Hi Benson- > On 18/12/14 18:49, Benson Leung wrote: >> Dmitry and Chung-Yih have had some discussion about how to handle >> hovering fingers, and I think the direction they wanted to go was to >> use ABS_MT_DISTANCE instead. >> >> http://www

Re: [PATCH] Input: atmel_mxt_ts - implement T100 touch object support

2014-12-19 Thread Nick Dyer
Hi Benson- On 18/12/14 18:49, Benson Leung wrote: > Dmitry and Chung-Yih have had some discussion about how to handle > hovering fingers, and I think the direction they wanted to go was to > use ABS_MT_DISTANCE instead. > > http://www.spinics.net/lists/linux-input/msg33950.html Thanks for flaggi

Re: [PATCH] Input: atmel_mxt_ts - implement T100 touch object support

2014-12-18 Thread Benson Leung
Hi Nick On Tue, Dec 9, 2014 at 12:16 PM, Nick Dyer wrote: > Add support for the new T100 object which replaces the previous T9 multitouch > touchscreen object in recent maXTouch devices. T100 provides improved > reporting with selectable auxiliary information, and a type field for > hover/stylus/

[PATCH] Input: atmel_mxt_ts - implement T100 touch object support

2014-12-09 Thread Nick Dyer
Add support for the new T100 object which replaces the previous T9 multitouch touchscreen object in recent maXTouch devices. T100 provides improved reporting with selectable auxiliary information, and a type field for hover/stylus/glove reporting. Signed-off-by: Nick Dyer Acked-by: Yufeng Shen -