Input: tsc2007 - remove HR timer
authorRichard Röjfors <richard.rojfors.ext@mocean-labs.com>
Sat, 25 Jul 2009 05:01:39 +0000 (22:01 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 26 Jul 2009 18:20:55 +0000 (11:20 -0700)
Since it's not allowed to do synchronous I2C in the HR timer callback
context we have to switch to using the global workqueue. The work is
scheduled every 1ms when polling rather than 5 us.

Signed-off-by: Richard Röjfors <richard.rojfors.ext@mocean-labs.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found