Re: [PATCH 1/2] Input: atmel_mxt_ts - Implement support for T100 touch object

2015-08-06 Thread Nick Dyer
On 06/08/15 12:19, Javier Martinez Canillas wrote: >> In mainline the EV_ABS bit automatically gets set as soon as >> input_set_abs_params get called. >> >> If you're using this patch on an older kernel you should backport >> 2c9a9cfec04f2c6ed7b4e607cd53ca903b2c4642 as well. >> > That's

Re: [PATCH 1/2] Input: atmel_mxt_ts - Implement support for T100 touch object

2015-08-06 Thread Javier Martinez Canillas
Hello, On 08/06/2015 01:11 PM, Sjoerd Simons wrote: > + Corrected Javiers e-mail address. > On Thu, 2015-08-06 at 12:51 +0200, Dirk Behme wrote: >> On 17.03.2015 15:00, Javier Martinez Canillas wrote: >>> >> Having this patch in mainline as commit >> b23157dc74272ac8ebffd1a566e3e822dbc3e65f [1]

Re: [PATCH 1/2] Input: atmel_mxt_ts - Implement support for T100 touch object

2015-08-06 Thread Sjoerd Simons
+ Corrected Javiers e-mail address. On Thu, 2015-08-06 at 12:51 +0200, Dirk Behme wrote: > On 17.03.2015 15:00, Javier Martinez Canillas wrote: > > > Having this patch in mainline as commit > b23157dc74272ac8ebffd1a566e3e822dbc3e65f [1] breaks our Atmel touch. > > It seems that above > > +

Re: [PATCH 1/2] Input: atmel_mxt_ts - Implement support for T100 touch object

2015-08-06 Thread Dirk Behme
On 17.03.2015 15:00, Javier Martinez Canillas wrote: From: 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

Re: [PATCH 1/2] Input: atmel_mxt_ts - Implement support for T100 touch object

2015-08-06 Thread Dirk Behme
On 17.03.2015 15:00, Javier Martinez Canillas wrote: From: Nick Dyer nick.d...@itdev.co.uk 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

Re: [PATCH 1/2] Input: atmel_mxt_ts - Implement support for T100 touch object

2015-08-06 Thread Sjoerd Simons
+ Corrected Javiers e-mail address. On Thu, 2015-08-06 at 12:51 +0200, Dirk Behme wrote: On 17.03.2015 15:00, Javier Martinez Canillas wrote: Having this patch in mainline as commit b23157dc74272ac8ebffd1a566e3e822dbc3e65f [1] breaks our Atmel touch. It seems that above +

Re: [PATCH 1/2] Input: atmel_mxt_ts - Implement support for T100 touch object

2015-08-06 Thread Javier Martinez Canillas
Hello, On 08/06/2015 01:11 PM, Sjoerd Simons wrote: + Corrected Javiers e-mail address. On Thu, 2015-08-06 at 12:51 +0200, Dirk Behme wrote: On 17.03.2015 15:00, Javier Martinez Canillas wrote: Having this patch in mainline as commit b23157dc74272ac8ebffd1a566e3e822dbc3e65f [1] breaks our

Re: [PATCH 1/2] Input: atmel_mxt_ts - Implement support for T100 touch object

2015-08-06 Thread Nick Dyer
On 06/08/15 12:19, Javier Martinez Canillas wrote: In mainline the EV_ABS bit automatically gets set as soon as input_set_abs_params get called. If you're using this patch on an older kernel you should backport 2c9a9cfec04f2c6ed7b4e607cd53ca903b2c4642 as well. That's correct. The reason

Re: [PATCH 1/2] Input: atmel_mxt_ts - Implement support for T100 touch object

2015-04-06 Thread Dmitry Torokhov
Hi Javier, On Tue, Mar 17, 2015 at 03:00:45PM +0100, Javier Martinez Canillas wrote: > From: 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

Re: [PATCH 1/2] Input: atmel_mxt_ts - Implement support for T100 touch object

2015-04-06 Thread Dmitry Torokhov
Hi Javier, On Tue, Mar 17, 2015 at 03:00:45PM +0100, Javier Martinez Canillas wrote: From: Nick Dyer nick.d...@itdev.co.uk Add support for the new T100 object which replaces the previous T9 multitouch touchscreen object in recent maXTouch devices. T100 provides improved reporting with

[PATCH 1/2] Input: atmel_mxt_ts - Implement support for T100 touch object

2015-03-17 Thread Javier Martinez Canillas
From: 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. The hovering finger support was

[PATCH 1/2] Input: atmel_mxt_ts - Implement support for T100 touch object

2015-03-17 Thread Javier Martinez Canillas
From: Nick Dyer nick.d...@itdev.co.uk 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. The