kernel-ark/drivers/input
Stephen Hemminger 374766bc2a 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>
2008-01-21 01:11:07 -05:00
..
gameport gameport: don't export functions that are static inline 2008-01-03 10:46:03 -05:00
joystick Input: iforce - don't access input_dev->private directly 2008-01-21 01:11:07 -05:00
keyboard Input: atkbd - remove unneeded synchronize_sched() 2008-01-21 01:11:06 -05:00
misc Input: cobalt_btns - add support for loadable keymaps 2008-01-21 01:11:06 -05:00
mouse Input: ALPS - fix sync loss on Acer Aspire 5720ZG 2008-01-17 12:01:58 -05:00
serio Input: i8042 - use synchronize_irq() instead of synchronize_sched() 2008-01-21 01:11:07 -05:00
tablet get rid of input BIT* duplicate defines 2007-10-19 11:53:42 -07:00
touchscreen Input: usbtouchscreen - fix buffer overflow, make more egalax work 2008-01-17 12:01:18 -05:00
evbug.c Input: rework handle creation code 2007-04-12 01:29:46 -04:00
evdev.c Input: Add proper locking when changing device's keymap 2008-01-21 01:11:06 -05:00
ff-core.c Input: force feedback - make sure effect is present before playing 2007-05-03 00:51:10 -04:00
ff-memless.c [PATCH] remove many unneeded #includes of sched.h 2007-02-14 08:09:54 -08:00
fixp-arith.h changed email 2007-10-20 00:47:32 +02:00
input-polldev.c Input: implement proper timer rounding for polled devices 2008-01-21 01:11:07 -05:00
input.c Input: Add proper locking when changing device's keymap 2008-01-21 01:11:06 -05:00
joydev.c get rid of input BIT* duplicate defines 2007-10-19 11:53:42 -07:00
Kconfig Input: remove tsdev interface 2007-10-13 00:38:52 -04:00
Makefile Input: remove tsdev interface 2007-10-13 00:38:52 -04:00
mousedev.c Input: mousedev - handle mice that use absolute coordinates 2008-01-17 12:01:04 -05:00