Yufeng Shen has uploaded a new change for review.
Change subject: CHROMIUM: Input: atmel_mxt_ts - Wait on auto calibration msg in suspend
......................................................................
CHROMIUM: Input: atmel_mxt_ts - Wait on auto calibration msg in suspend
If the atmel chip enters suspend mode and wants to be able to
wakeup from suspend, T9 object has to be enabled during suspend.
If T9 is enalbed from a disabled state, the chip will perform an
auto calibration and send back the status of the calibration.
We have to wait for these messages to be read before entering
suspend, otherwise these message will wakeup the system automatically.
Signed-off-by: Yufeng Shen <
mil...@chromium.org>
BUG=chrome-os-partner:8722
TEST=run powerd_suspend to put system into sleep and make sure it
does not wakeup automatically. And touch the TS/TP to wake the
system up
Change-Id: Iaf8175c8e6d523edfd152172e1966303ac8fd65f
---
M drivers/input/touchscreen/atmel_mxt_ts.c
1 file changed, 33 insertions(+), 6 deletions(-)
git pull ssh://
gerrit.chromium.org:29418/chromiumos/third_party/kernel refs/changes/42/22842/1
--
To view, visit
https://gerrit.chromium.org/gerrit/22842
To unsubscribe, visit
https://gerrit.chromium.org/gerrit/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaf8175c8e6d523edfd152172e1966303ac8fd65f
Gerrit-PatchSet: 1
Gerrit-Project: chromiumos/third_party/kernel
Gerrit-Branch: chromeos-3.2
Gerrit-Owner: Yufeng Shen <
mil...@chromium.org>