aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0f7e5af3a..b33ad446f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2730,5 +2730,9 @@
* configs/sam3u-ek, configs/sim, arch/sim/src/up_touchscreen.c, and
apps/examples/touchscreen: Standardize the board-specific, touchscreen
initialization interfaces.
-
+ * drivers/input/stmpe11_base.c and configs/stm3240g-eval: The STMPE11-based
+ touchscreen seems to work better with edge (vs. level) interrupts
+ * drivers/input/stmpe11_tsc.c: Fix some status checks so that the touchscreen
+ interrupt handling logic does not read data if the fifo is not at the
+ threshold level.