[PATCH v3] Support Elan Touchscreen eKTF product.

2012-10-29 Thread Scott Liu
This patch is for Elan eKTF Touchscreen product, I2C adpater module. Signed-off-by: Scott Liu --- Hi Dmitry, v3 chagnes: * remove elants_prove() thread. * follow standard kernel-doc. * sysfs only for device information

[PATCH v4 1/1] HID:hid-multitouch: Add ELAN production request when resume.

2012-08-15 Thread Scott Liu
Add ELAN production request when resume. Some Elan legacy devices require SET_IDLE to be set on resume. It should be safe to send it to other devices too. Tested on 3M, Stantum, Cypress, Zytronic, eGalax, and Elan panels. Signed-off-by: Scott Liu Suggested-off-by: Benjamin Tissoires

[PATCH v3 1/1] HID:hid-multitouch: Add ELAN production request when resume.

2012-08-13 Thread Scott Liu
Add ELAN production request when resume Signed-off-by: Scott Liu Suggested-off-by: Benjamin Tissoires --- drivers/hid/hid-multitouch.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c index 59c8b5c

[patch v2 1/1] HID:hid-multitouch: Add ELAN prouction request when resume

2012-08-09 Thread Scott Liu
Some of ELAN's production need to with set_idle commmand when reusme. Signed-off-by: Scott Liu --- drivers/hid/hid-ids.h|3 +++ drivers/hid/hid-multitouch.c | 20 2 files changed, 23 insertions(+) diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-

[PATCH] hid:hid-multitouch: add mt_resume for ELAN's production

2012-08-07 Thread Scott Liu
Some of ELAN’s production need to issue set_idle when resume. Signed-off-by: Scott Liu --- drivers/hid/hid-ids.h|3 +++ drivers/hid/hid-multitouch.c | 26 ++ 2 files changed, 29 insertions(+) diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index