commit | 374766bc2aa784f7a0833cc7563f057241ca7815 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Wed Nov 21 14:03:37 2007 -0500 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Jan 21 01:11:07 2008 -0500 |
tree | df219265a684543a40a0aade3a8a47b611572b4d | |
parent | a512a8cc20bbf74700d368ecb0a61dd9d8f1df48 [diff] |
Input: implement proper timer rounding for polled devices Rounding doesn't matter for the first tick, but we want succeeding ticks to be aligned on second boundary if poll interval is large enough. Also: cancel_rearming_delayed_workqueue is marked as obsolete in workqueue.h so use cancel_delayed_work_sync. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Acked-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>