summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/elan_ts.c
AgeCommit message (Collapse)Author
2012-09-14ENGR00224171 evk : Touch screen has no response after resumeimx-android-r13.5-betaLiGang
System is triggered by falling edge of touch interrupt pin, and the touch can't power off during suspend, so if touch the screen during suspend, the touch interrupt pin will changed to low status, but system can't response the falling edge interrupt for it's in suspend, then the touch interrupt pin will stay low status. After resume, the system will not accept any falling edge interrpt from touch, that leads the touch no response after resume. The solution here is: in later resume, read the touch data if the interrupt pin of touch is low status, then the interrupt pin of touch will return to high after reading the touch data. Signed-off-by: LiGang <b41990@freescale.com>
2012-04-27ENGR00180621-1: Add ELAN capacity touch screen driverRobby Cai
Add Elan ts driver. Signed-off-by: Robby Cai <R63905@freescale.com> Acked-by: Lily Zhang