[PATCH] input: goodix: Use max touch number from device config

2015-03-05 Thread Aleksei Mamlin
Use max number of touches from device config instead of hardcoding. Signed-off-by: Aleksei Mamlin --- drivers/input/touchscreen/goodix.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c inde

Re: [PATCH] input: goodix: Use max touch number from device config

2015-03-06 Thread Bastien Nocera
On Thu, 2015-03-05 at 20:32 +0300, Aleksei Mamlin wrote: > Use max number of touches from device config instead of hardcoding. > > Signed-off-by: Aleksei Mamlin Tested-by: Bastien Nocera Acked-by: Bastien Nocera > --- > drivers/input/touchscreen/goodix.c | 13 - > 1 file changed,

Re: [PATCH] input: goodix: Use max touch number from device config

2015-03-06 Thread Antonio Ospite
On Thu, 5 Mar 2015 20:32:24 +0300 Aleksei Mamlin wrote: > Use max number of touches from device config instead of hardcoding. > > Signed-off-by: Aleksei Mamlin Tested-by: Antonio Ospite Some minor comments below, but no need to resend IMHO. > --- > drivers/input/touchscreen/goodix.c | 13

Re: [PATCH] input: goodix: Use max touch number from device config

2015-03-06 Thread Dmitry Torokhov
On Fri, Mar 06, 2015 at 02:42:31PM +0100, Antonio Ospite wrote: > On Thu, 5 Mar 2015 20:32:24 +0300 > Aleksei Mamlin wrote: > > > Use max number of touches from device config instead of hardcoding. > > > > Signed-off-by: Aleksei Mamlin > > Tested-by: Antonio Ospite > > Some minor comments b