Skip to content
Commit 23c239be authored by Vasily Khoruzhick's avatar Vasily Khoruzhick Committed by Dmitry Torokhov
Browse files

Input: s3c24xx_ts - report touch only when stylus is down



Currently driver reports touches when it gets (1 << ts.shift) samples,
even if stylus is up, which is incorrect. We should only report coordinates
and touch condition when stylus is down.

Signed-off-by: default avatarVasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 2f095865
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment