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)
committerArve Hjønnevåg <arve@android.com>
Thu, 4 Feb 2010 05:27:12 +0000 (21:27 -0800)
commit9abcb847eab34907c1bb0eac4a3b402977ea0e37
tree0f8237b577b065aee1de48c9d43b8050bc4f28b6
parenta92683626c2061c51701917c5dcbd0e1c91a04e2
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