Re: [PATCH] Input: Add support for FocalTech FT6236 touchscreen controller

2015-09-30 Thread Dmitry Torokhov
Hi Noralf, On Tue, Sep 29, 2015 at 06:16:47PM +0200, Noralf Trønnes wrote: > This adds support for the FT6x06 and the FT6x36 family of > capacitive touch panel controllers, in particular the FT6236. > > Signed-off-by: Noralf Trønnes > --- > > The driver is based on: >

Re: [PATCH] Input: Add support for FocalTech FT6236 touchscreen controller

2015-09-30 Thread Dmitry Torokhov
Hi Noralf, On Tue, Sep 29, 2015 at 06:16:47PM +0200, Noralf Trønnes wrote: > This adds support for the FT6x06 and the FT6x36 family of > capacitive touch panel controllers, in particular the FT6236. > > Signed-off-by: Noralf Trønnes > --- > > The driver is based on: >

[PATCH] Input: Add support for FocalTech FT6236 touchscreen controller

2015-09-29 Thread Noralf Trønnes
This adds support for the FT6x06 and the FT6x36 family of capacitive touch panel controllers, in particular the FT6236. Signed-off-by: Noralf Trønnes --- The driver is based on: https://github.com/adafruit/adafruit-raspberrypi-linux/blob/rpi-3.18.y/drivers/input/touchscreen/ft6x06_ts.c

[PATCH] Input: Add support for FocalTech FT6236 touchscreen controller

2015-09-29 Thread Noralf Trønnes
This adds support for the FT6x06 and the FT6x36 family of capacitive touch panel controllers, in particular the FT6236. Signed-off-by: Noralf Trønnes --- The driver is based on: