OSDN Git Service

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)
committerIliyan Malchev <malchev@google.com>
Mon, 23 May 2011 22:43:01 +0000 (15:43 -0700)
commit640693ef30d53b1afd5309c08e551403fd90b826
tree291be06e7f046da7946a23ffe83ac66b41c4ee97
parent4f58962a357191fd382184d06de933b4ebaa97a3
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