From 354959d909688ab323695e8a2e641554357ef5c6 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 15 Jun 2010 22:29:37 +0200 Subject: Increase event buffer size The MT devices produce a lot of data. This patch increases the buffer size to a value empirically found working well for up to ten fingers. Signed-off-by: Henrik Rydberg --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common.h b/include/common.h index 09582ce..de79332 100644 --- a/include/common.h +++ b/include/common.h @@ -76,7 +76,7 @@ #define DIM2_FINGER (DIM_FINGER * DIM_FINGER) /* event buffer size (must be a power of two) */ -#define DIM_EVENTS 64 +#define DIM_EVENTS 512 /* year-proof millisecond event time */ typedef __u64 mstime_t; -- cgit v1.2.3