History log of /drivers/input/input-compat.c
Revision Date Author Comments
f930a7a0f4c87bf3ee731383421ebf3164009ee7 10-Feb-2012 H. J. Lu <hjl.tools@gmail.com> compat: Use COMPAT_USE_64BIT_TIME in the input subsystem

Enable the input system to be used with a compat ABI with 64-bit time.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
15d0580f20f5d3f997e3823bfe39daa3d521a99d 25-Oct-2011 Paul Gortmaker <paul.gortmaker@windriver.com> drivers/input: add export.h to symbol exporting files.

These files are not modules but are exporting symbols and/or
making use of THIS_MODULE macro.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2d56f3a32c0e62f99c043d2579840f9731fe5855 17-Oct-2008 Philip Langdale <philipl@overt.org> Input: refactor evdev 32bit compat to be shareable with uinput

Currently, evdev has working 32bit compatibility and uinput does not. uinput
needs the input_event code that evdev uses, so let's refactor it so it can
be shared.

[dtor@mail.ru: add fix for force feedback compat issues]
Signed-off-by: Philip Langdale <philipl@overt.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>