]> git.baikalelectronics.ru Git - kernel.git/commit
Atmel MXT touchscreen: increase reset timeouts
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Mar 2013 18:31:01 +0000 (10:31 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Mar 2013 18:31:01 +0000 (10:31 -0800)
commitc3bcda71a9dd14aef50b60ba7cdf7c7b5ef0d458
tree412200d90500b33a97800d5b2aee7eb31ffe956c
parentfc42044e52d88d13706d17870f76dbb2cc90b898
Atmel MXT touchscreen: increase reset timeouts

There is a more complete atmel patch-series out by Nick Dyer that fixes
this and other things, but in the meantime this is the minimal thing to
get the touchscreen going on (at least my) Pixel Chromebook.

Not that I want my dirty fingers near that beautiful screen, but it
seems that a non-initialized touchscreen will also end up being a
constant wakeup source, so you have to disable it to go to sleep.  And
it's easier to just fix the initialization sequence.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/input/touchscreen/atmel_mxt_ts.c