From 6343a2e844bb41b88a94d05507e4e3ac0b7d0810 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 13 Oct 2014 23:12:18 +0200 Subject: STMPE811 fixes - still not working --- drivers/ginput/touch/STMPE811/stmpe811.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers') diff --git a/drivers/ginput/touch/STMPE811/stmpe811.h b/drivers/ginput/touch/STMPE811/stmpe811.h index 1ee9c211..f0d2df42 100644 --- a/drivers/ginput/touch/STMPE811/stmpe811.h +++ b/drivers/ginput/touch/STMPE811/stmpe811.h @@ -11,9 +11,6 @@ // Slave address #define STMPE811_ADDR (0x82 >> 1) -// Maximum timeout -#define STMPE811_TIMEOUT 0x3000 - // Identification registers #define STMPE811_REG_CHP_ID 0x00 // 16-bit #define STMPE811_REG_ID_VER 0x02 -- cgit v1.2.3