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 mamli...@gmail.com wrote: Use max number of touches from device config instead of hardcoding. Signed-off-by: Aleksei Mamlin mamli...@gmail.com Tested-by: Antonio Ospite

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 mamli...@gmail.com wrote: Use max number of touches from device config instead of hardcoding. Signed-off-by: Aleksei Mamlin mamli...@gmail.com Tested-by: Antonio Ospite a...@ao2.it Some minor comments below, but no need to resend IMHO. ---

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 mamli...@gmail.com Tested-by: Bastien Nocera had...@hadess.net Acked-by: Bastien Nocera had...@hadess.net ---

[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 mamli...@gmail.com --- drivers/input/touchscreen/goodix.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/input/touchscreen/goodix.c