aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-21 17:36:26 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-21 17:36:26 +0000
commit702c78383eb73b12503cd51ec80a22f6185e9de8 (patch)
tree2d2dbecb4e03dbbc056748dca54a4ee617fa18be /nuttx/ChangeLog
parent9800ec2ea872f7a81aa71dfe0b7aa050aa65988f (diff)
downloadpx4-firmware-702c78383eb73b12503cd51ec80a22f6185e9de8.tar.gz
px4-firmware-702c78383eb73b12503cd51ec80a22f6185e9de8.tar.bz2
px4-firmware-702c78383eb73b12503cd51ec80a22f6185e9de8.zip
Add a timeout to the STMPE11 touchscreen driver to catch missing pen up events
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4758 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.