Re: [PATCH] INPUT:Add ABS_PRESSURE input event support for touchscreen driver
From: daoguang wu <hidden>
Date: 2011-06-27 02:16:05
Also in:
linux-arm-kernel, lkml
From: daoguang wu <hidden>
Date: 2011-06-27 02:16:05
Also in:
linux-arm-kernel, lkml
2011/6/24 Mark Brown [off-list ref]:
On Fri, Jun 24, 2011 at 10:15:38AM +0800, Wu DaoGuang wrote:quoted
The touchscreen driver s3c2410_ts.c doesn't work well when using the tslib, an abstraction layer for touchscreen panel events. Tslib needs ABS_X ABS_Y and ABS_PRESSURE events to report, but only the former two the driver can provide.It seems much more sane to fix this in tslib, the kernel is not actually reporting pressure meaningfully here and there's already BTN_TOUCH to report if the pen is down.
yeah,I will try to fix it in tslib. Thanks a lot.