On Tue, Jan 24, 2012 at 8:54 AM, Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> wrote: > On Tue, Jan 24, 2012 at 08:26:39AM +0100, Javier Martinez Canillas wrote: >> On Fri, Jan 20, 2012 at 1:57 AM, Javier Martinez Canillas >> <javier@xxxxxxxxxxxx> wrote: >> > Cypress TrueTouch(tm) Standard Product controllers are found in >> > a wide range of embedded devices. This driver add support for a >> > variety of TTSP controllers. >> > >> > Since the hardware is capable of tracking identifiable contacts, multi-touch >> > protocol type B (stateful) is used to report contact information. >> > >> > The driver is composed of a core driver that process the data sent by >> > the contacts and a set of bus specific interface modules. This patch >> > adds the base core TTSP driver. >> > >> > Signed-off-by: Javier Martinez Canillas <javier@xxxxxxxxxxxx> >> > --- >> > >> > Changes for v10: Fix issues called out by Dmitry Torokhov >> > - Remove use_sleep and put device to sleep unconditionally on suspend >> > - Cleanup cyttsp_power_on() and remove cyttsp_bl_app_valid() function >> > >> > drivers/input/touchscreen/Kconfig | 31 ++ >> > drivers/input/touchscreen/Makefile | 3 + >> > drivers/input/touchscreen/cyttsp_core.c | 682 +++++++++++++++++++++++++++++++ >> > drivers/input/touchscreen/cyttsp_core.h | 141 +++++++ >> > include/linux/input/cyttsp.h | 68 +++ >> > 5 files changed, 925 insertions(+), 0 deletions(-) >> >> Hello Dmitry, >> >> Any comments on this version? > > Looking at it... If you do not hear from me by Wednesday please ping > me again. > > Thanks. > > -- > Dmitry ping :) Regards, Javier -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html