commit | 3a51f7c40437077ac4a463307e9a4ae6b78755a8 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor_core@ameritech.net> | Sun Dec 11 12:40:37 2005 -0500 |
committer | Dmitry Torokhov <dtor_core@ameritech.net> | Sun Dec 11 12:40:37 2005 -0500 |
tree | a28ce7937a2ac917bed4c1993da4c21a1dffb4d4 | |
parent | e4f5c82a92c2a546a16af1614114eec19120e40a [diff] |
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>