Input: Use monotonic time for event time stamps.
authorArve Hjønnevåg <arve@android.com>
Fri, 17 Oct 2008 22:28:08 +0000 (15:28 -0700)
committerColin Cross <ccross@android.com>
Thu, 30 Sep 2010 00:49:09 +0000 (17:49 -0700)
commit36c83de7181079b3e5ce339c6d15172adaab960a
treece9d183c6daf28447213f00f02e2b8f94b04d905
parent7a1d4b001f18ce69d8037b3cf25e6a10eb113541
Input: Use monotonic time for event time stamps.

Since wall time can jump backwards, it cannot be used to determine if one
event occured before another or for how long a key was pressed.

Signed-off-by: Arve Hjønnevåg <arve@android.com>
drivers/input/evdev.c