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 -- 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