Hi, This package of patch is to add support for multitouch behavior for SiS touch products. The first patch adds i2c multitouch behavior in input/touchscreen. The second patch merges char-device for fw-communication functions in hid-multitouch.c and adds files of functions in hid. Signed-off-by: Tammy Tseng <tammy_tseng@xxxxxxx> --- The patch for i2c multitouch driver in input/touchscreen: linux-3.18.1/drivers/input/touchscreen/Kconfig | 14 - linux-3.18.1/drivers/input/touchscreen/Makefile | 4 - linux-3.18.1/drivers/input/touchscreen/sis_i2c.c | 1725 ---------------------- linux-3.18.1/drivers/input/touchscreen/sis_i2c.h | 229 --- 4 files changed, 1972 deletions(-) The patch for hid multitouch driver in hid: linux-3.18.1/drivers/hid/Kconfig | 30 +-- linux-3.18.1/drivers/hid/Makefile | 1 - linux-3.18.1/drivers/hid/hid-ids.h | 1 - linux-3.18.1/drivers/hid/hid-multitouch.c | 19 +- linux-3.18.1/drivers/hid/hid-sis_ctrl.c | 397 ------------------------------ linux-3.18.1/drivers/hid/hid-sis_ctrl.h | 19 -- 6 files changed, 2 insertions(+), 465 deletions(-) Thanks, Tammy Tseng -- 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