commit | 0417596f66dd6621f4fd46563c7c56a95311dbe8 | [log] [tgz] |
---|---|---|
author | Bastien Nocera <hadess@hadess.net> | Mon Nov 29 23:33:05 2010 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Nov 30 23:11:26 2010 -0800 |
tree | fb2bae90054fc8e96b1e4c0954edc97df1117736 | |
parent | 09910509ebc74643e94fe6f3feb4c23b019aeb34 [diff] |
Input: add keycodes for touchpad on/off keys Some laptops will have a "touchpad toggle" soft button, which expects user-space to turn off the touchpad themselves, some other devices will do this in hardware, but send key events telling us that the touchpad has been turned off/on. KEY_TOUCHPAD_ON/KEY_TOUCHPAD_OFF will be used by user-space to show a popup with the status of the touchpad. Signed-off-by: Bastien Nocera <hadess@hadess.net> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>