summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-21 17:36:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-21 17:36:26 +0000
commite633774b61f42363d4b7c66218c1e99ebc3fa6bb (patch)
tree2d2dbecb4e03dbbc056748dca54a4ee617fa18be /nuttx/ChangeLog
parent1d1cb9be06ee80a0d3dbcc77561a7d173ff7a659 (diff)
downloadnuttx-e633774b61f42363d4b7c66218c1e99ebc3fa6bb.tar.gz
nuttx-e633774b61f42363d4b7c66218c1e99ebc3fa6bb.tar.bz2
nuttx-e633774b61f42363d4b7c66218c1e99ebc3fa6bb.zip
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
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
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.