]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
Input: evdev - consolidate compat and regular code
authorDmitry Torokhov <dtor_core@ameritech.net>
Sun, 11 Dec 2005 17:40:37 +0000 (12:40 -0500)
committerDmitry Torokhov <dtor_core@ameritech.net>
Sun, 11 Dec 2005 17:40:37 +0000 (12:40 -0500)
commit3a51f7c40437077ac4a463307e9a4ae6b78755a8
treea28ce7937a2ac917bed4c1993da4c21a1dffb4d4
parente4f5c82a92c2a546a16af1614114eec19120e40a
Input: evdev - consolidate compat and regular code

Compat and normal code mirror each other and are hard to maintain.
When EV_SW was added compat_ioctl case was missed. Here is my attempt
at consolidating the code.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/evdev.c