From b9b7b7274faba480292cf9d3b7f8a083664649f7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 12 Jul 2014 14:04:21 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index a3b0f2b6728..c5fa8623a77 100644 --- a/ChangeLog +++ b/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).