From e633774b61f42363d4b7c66218c1e99ebc3fa6bb Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 21 May 2012 17:36:26 +0000 Subject: Add a timeout to the STMPE11 touchscreen driver to catch missing pen up events git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4758 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 71534b470..3705363b2 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -2796,5 +2796,7 @@ keyboard data in multi-user mode. * graphics/nxconsole/nxcon_kdbind.c: Fixed unmatched sem_wait and sem_post. Fix some conditional compilation that included a few too many lines of code. + * drivers/input/stmpe11_tsc.c and stmpe11.h: Add a timeout to catch missed + pen up events. Now the STM3240G-EVAL touchscreen works very smoothly. -- cgit v1.2.3