Hi, Here are the patches for SiS 9200 I2C multitouch controller. Rebased on linux-4.4.0, please consider for inclusion. Signed-off-by: mika.penttila@xxxxxxxxxxxx Thanks, Mika Mika Penttilä (2): Driver for SiS 9200 family multitouch controller. Documentation and MAINTAINERS parts. drivers/input/touchscreen/Kconfig | 11 ++ drivers/input/touchscreen/Makefile | 1 + drivers/input/touchscreen/sis_i2c.c | 583 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/input/touchscreen/sis_i2c.h | 141 ++++++++++++++ 4 files changed, 736 insertions(+) create mode 100644 drivers/input/touchscreen/sis_i2c.c create mode 100644 drivers/input/touchscreen/sis_i2c.h -- 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