OSDN Git Service

fix ics rotation issue
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 2 Feb 2012 14:03:35 +0000 (22:03 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 3 Feb 2012 06:21:25 +0000 (14:21 +0800)
commitb526deaa52d9e6912d970dfa741892b3e57ac1f5
treee9d0f07b7e8e03a321f8766528e9f9219b3d7452
parent3e697953c0e385164e4713aa5bbfeafbc05e59d6
fix ics rotation issue

The ics framework checks the events more restrictly.
The timestamp delta must be less than one second.

Use clock_gettime() to get more precise timestamp,
suggested by RvdB.
kbdsensor.cpp