summaryrefslogtreecommitdiffstats
path: root/u-boot/board/goldelico/gta04/tsc2007.c
diff options
context:
space:
mode:
Diffstat (limited to 'u-boot/board/goldelico/gta04/tsc2007.c')
-rw-r--r--u-boot/board/goldelico/gta04/tsc2007.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/u-boot/board/goldelico/gta04/tsc2007.c b/u-boot/board/goldelico/gta04/tsc2007.c
index 11565df..5cdb952 100644
--- a/u-boot/board/goldelico/gta04/tsc2007.c
+++ b/u-boot/board/goldelico/gta04/tsc2007.c
@@ -201,6 +201,7 @@ int pendown(int *x, int *y)
if(x) *x=xx;
if(y) *y=yy;
udelay(10000); // reduce I2C traffic and debounce...
+ // FIXME: this is not correctly working on the b3 display at the bottom rows - there we get values > 50
return z > 200; // was pressed
#else
// must be in PENIRQ mode...