Hi Kevin, On Wed, Jan 05, 2011 at 01:54:04 +0100, Kevin McNeely wrote: > Cypress TTSP Gen3 Core Driver. > Core Driver includes platform data definition file, > core driver definition file, and core touchscreen > touch handling of device data. Generates > multi-touch input events. > > Signed-off-by: Kevin McNeely <kev@xxxxxxxxxxx> > --- > Changes since v3: > - Removed unused items > - replace EIO with EINVAL > - add x[], y[] and loop on mt signaling > - removed uninitialized use of ts->dev > > drivers/input/touchscreen/Kconfig | 5 + > drivers/input/touchscreen/Makefile | 1 + > drivers/input/touchscreen/cyttsp_core.c | 794 +++++++++++++++++++++++++++++++ > drivers/input/touchscreen/cyttsp_core.h | 55 +++ > include/linux/input/cyttsp.h | 68 +++ > 5 files changed, 923 insertions(+), 0 deletions(-) > create mode 100644 drivers/input/touchscreen/cyttsp_core.c > create mode 100644 drivers/input/touchscreen/cyttsp_core.h > create mode 100644 include/linux/input/cyttsp.h I did not find any further updates on this driver, any development ongoing to support type B as suggested? we badly in need of this driver, and so wondering if you have plans to take up this further? srinidhi -- 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