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)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:01:43 +0000 (12:01 -0800)
commit25a1769cb2c2d11ede950f550de83f4ffcc31240
treedd23e258d1b7c5ae6761d5bbe61a80250aba7a96
parent70eb1477934b09a14340391cfe27278023c80849
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