Re: [PATCH] Input: atmel_mxt_ts - add generic platform data for Chromebooks

2015-12-01 Thread Dmitry Torokhov
Hi Javier, On Tue, Nov 24, 2015 at 04:18:05PM -0300, Javier Martinez Canillas wrote: > Hello Dmitry, > > On 11/24/2015 03:58 PM, Dmitry Torokhov wrote: > > Apparently people are installing generic Linux distributions not only on > > Pixels but also on other Chromebooks. Unfortunately on all of

Re: [PATCH] Input: atmel_mxt_ts - add generic platform data for Chromebooks

2015-12-01 Thread Javier Martinez Canillas
Hello Dmitry, On 12/01/2015 06:21 PM, Dmitry Torokhov wrote: [snip] >>> >>> +static unsigned int chromebook_tp_buttons[] = { >> >> Maybe naming it chromebook_t19_buttons instead to make it clear that the >> mapping is specific to the T19 object or at least document that assumption? > > The

[PATCH] Input: atmel_mxt_ts - add generic platform data for Chromebooks

2015-11-24 Thread Dmitry Torokhov
Apparently people are installing generic Linux distributions not only on Pixels but also on other Chromebooks. Unfortunately on all of them Atmel parts assigned names ATML and ATML0001, and do not carry any other configuration data. So let's create generic instance of platform data that should

Re: [PATCH] Input: atmel_mxt_ts - add generic platform data for Chromebooks

2015-11-24 Thread Javier Martinez Canillas
Hello Dmitry, On 11/24/2015 03:58 PM, Dmitry Torokhov wrote: > Apparently people are installing generic Linux distributions not only on > Pixels but also on other Chromebooks. Unfortunately on all of them Atmel > parts assigned names ATML and ATML0001, and do not carry any other >