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)
commit75fba3b05d6ed82b975c1f8df8f8e08d5d81dee5
tree7ab10345d46834588983f90bc89e781171d58dd9
parentb0010911d52dc7836a78c9f5c3b32ce4ac05b3c3
Input: tsc2007 - remove HR timer

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>
drivers/input/touchscreen/tsc2007.c