aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/input-compat.c
Commit message (Collapse)AuthorAgeFilesLines
* drivers/input: add export.h to symbol exporting files.Paul Gortmaker2011-10-311-0/+1
| | | | | | | 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>
* Input: refactor evdev 32bit compat to be shareable with uinputPhilip Langdale2008-10-271-0/+135
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>