[PATCH v2] Touchscreen driver for FT5x06 based EDT displays
From: Simon Budig <hidden>
Date: 2011-09-29 15:53:21
This is a driver for the EDT ft5x06 based capacitive touchscreens.
The driver supports up to 5 touch points, the "gain", "threshold" and "offset"
parameters can be configured via some files in the sysfs.
It also is possible to acquire some raw data from the sensor by putting the
sensor in a factory mode ("mode" file in sysfs) and then reading the "raw"
file, which contains the raw touch data. In factory mode the reporting of
regular events will stop.
This is the 2nd iteration of the patch, based on the head of Linus' kernel
tree.
Thanks,
Simon Budig
Simon Budig (1):
Touchscreen driver for FT5x06 based EDT displays
drivers/input/touchscreen/Kconfig | 12 +
drivers/input/touchscreen/Makefile | 1 +
drivers/input/touchscreen/edt-ft5x06.c | 704 ++++++++++++++++++++++++++++++++
include/linux/input/edt-ft5x06.h | 16 +
4 files changed, 733 insertions(+), 0 deletions(-)
create mode 100644 drivers/input/touchscreen/edt-ft5x06.c
create mode 100644 include/linux/input/edt-ft5x06.h
--
1.7.2.3