Someone should try this to confirm it is an improvement before applying. It seems better to me, but not quite as good as tslib.
On 01/08/2013 09:14 PM, benjamin deering wrote:
From: Ben Deering<ben_deer...@swissmail.org> This option was added to the kernel in commit 84005eb5ea2939d448047fcf6924b3b9b6ed974d and seems to be made for exactly the issue we are seeing with evdev on gta04. The value used was determined experimentally and seems to make it more usable. Signed-off-by: Ben Deering<ben_deer...@swissmail.org> --- arch/arm/mach-omap2/board-omap3gta04.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3gta04.c b/arch/arm/mach-omap2/board-omap3gta04.c index c410b1b..066013e 100644 --- a/arch/arm/mach-omap2/board-omap3gta04.c +++ b/arch/arm/mach-omap2/board-omap3gta04.c @@ -897,6 +897,7 @@ static void tsc2007_exit(void) struct tsc2007_platform_data tsc2007_info = { .model = 2007, + .max_rt = 800, .x_plate_ohms = 600, // range: 250 .. 900 .get_pendown_state = ts_get_pendown_state, .init_platform_hw = tsc2007_init,
_______________________________________________ Shr-devel mailing list Shr-devel@lists.shr-project.org http://lists.shr-project.org/mailman/listinfo/shr-devel