From 2f7b6fc80b89d4ccce19d919b8c2d4a793a3ce98 Mon Sep 17 00:00:00 2001 From: Mateusz Tomaszkiewicz Date: Fri, 29 Mar 2013 01:15:07 +0100 Subject: STMPE811: attempt to use FIFO Very early version of using FIFO threshold interrupt. --- drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h') diff --git a/drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h b/drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h index 398fd7fb..b99b6f14 100644 --- a/drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h +++ b/drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h @@ -31,10 +31,10 @@ #define _LLD_GINPUT_MOUSE_CONFIG_H #define GINPUT_MOUSE_EVENT_TYPE GEVENT_TOUCH -#define GINPUT_MOUSE_NEED_CALIBRATION FALSE +#define GINPUT_MOUSE_NEED_CALIBRATION TRUE #define GINPUT_MOUSE_LLD_CALIBRATION_LOADSAVE FALSE #define GINPUT_MOUSE_MAX_CALIBRATION_ERROR 5 -#define GINPUT_MOUSE_READ_CYCLES 1//4 +#define GINPUT_MOUSE_READ_CYCLES 1 #define GINPUT_MOUSE_POLL_PERIOD 25 #define GINPUT_MOUSE_MAX_CLICK_JITTER 10 #define GINPUT_MOUSE_MAX_MOVE_JITTER 2 -- cgit v1.2.3