diff options
| author | Olaf Kirch <[email protected]> | 2007-04-13 01:18:44 -0400 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2007-04-13 18:35:39 -0700 |
| commit | d791d413fd8527aa6b130882cc84d52aee0fe980 (patch) | |
| tree | d8f995c8a1bb51842cd4d7e7c11992498e576a8c /include/linux | |
| parent | b1847a041aba157bdf1643bd151e98dc44366b1c (diff) | |
DVB: dvb-usb-remote - fix oops when changing keymap
DVB USB remotes do not support changing keycode maps but set
input_dev->keycodesize and input_dev->keycodemax without setting
input_dev->keycode. This causes kernel oops when user tries to
look up (or change) current keymap.
While the proper fix would be to make remotes handle keymap changes
we'll just remove keycodemax and keycodesize initialization so
EVIOCGKEYCODE and EVIOCSKEYCODE will simply return -EINVAL.
http://bugzilla.kernel.org/show_bug.cgi?id=8312
Signed-off-by: [email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions