diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-06-15 22:29:37 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-06-16 02:33:17 +0200 |
| commit | 354959d909688ab323695e8a2e641554357ef5c6 (patch) | |
| tree | f0c1073c106fa03da8425f9ca5640ad5ae935299 | |
| parent | 74109dec517245ec9215454226792d72ae0912b0 (diff) | |
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 <rydberg@euromail.se>
| -rw-r--r-- | include/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 76 | #define DIM2_FINGER (DIM_FINGER * DIM_FINGER) | 76 | #define DIM2_FINGER (DIM_FINGER * DIM_FINGER) |
| 77 | 77 | ||
| 78 | /* event buffer size (must be a power of two) */ | 78 | /* event buffer size (must be a power of two) */ |
| 79 | #define DIM_EVENTS 64 | 79 | #define DIM_EVENTS 512 |
| 80 | 80 | ||
| 81 | /* year-proof millisecond event time */ | 81 | /* year-proof millisecond event time */ |
| 82 | typedef __u64 mstime_t; | 82 | typedef __u64 mstime_t; |
