summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-12 14:04:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-12 14:04:21 -0600
commitf081ac2da20ca77ced60b40f3daaa619fa0e05f0 (patch)
treeb7f8f0d9d3b54f919334d1898fc787fd430fa1d9 /nuttx/ChangeLog
parent46a5cdb8974692bb597525cc0c9fe9f8d0d50895 (diff)
downloadnuttx-f081ac2da20ca77ced60b40f3daaa619fa0e05f0.tar.gz
nuttx-f081ac2da20ca77ced60b40f3daaa619fa0e05f0.tar.bz2
nuttx-f081ac2da20ca77ced60b40f3daaa619fa0e05f0.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a3b0f2b67..c5fa8623a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7724,3 +7724,9 @@
out the delay kludge. The actual fix to the LDC instability was to
drive the LCD at 2xMCK instead of 1xMCK (2013-7-12).
* drivers/input/mxt.c: Fix an error in the state machine (2014-7-12).
+ * drivers/input/mxt.c: Add thresholding so that "move" reports are not
+ generated unless there is a significant change in the reported
+ position (2014-7-12).
+ * SAMA5D4-EK MXT: The maXTouch should be able to handler an I2C
+ frequency of 400KHz. Valid interrupts should occur only on the
+ falling edge of the ~CHG signal (2014-7-12).