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/stmpe811.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/ginput/touch/STMPE811/stmpe811.h') diff --git a/drivers/ginput/touch/STMPE811/stmpe811.h b/drivers/ginput/touch/STMPE811/stmpe811.h index 401734a4..36101cd4 100644 --- a/drivers/ginput/touch/STMPE811/stmpe811.h +++ b/drivers/ginput/touch/STMPE811/stmpe811.h @@ -92,6 +92,7 @@ #define STMPE811_REG_TSC_DATA_XYZ 0x52 // 32-bit #define STMPE811_REG_TSC_FRACT_XYZ 0x56 #define STMPE811_REG_TSC_DATA 0x57 +#define STMPE811_REG_TSC_DATA_AI 0xD7 #define STMPE811_REG_TSC_I_DRIVE 0x58 #define STMPE811_REG_TSC_SHIELD 0x59 -- cgit v1.2.3