lkml.org 
[lkml]   [2012]   [Mar]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[ 059/108] HID: add more hotkeys in Asus AIO keyboards
    3.0-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Keng-Yu Lin <kengyu@canonical.com>

    commit 6c30d5a53229aad22bb675e0bd6eb518ecaa4316 upstream.

    Add support for the camera key. The hotkey for
    Asus S.H.E(Super Hybrid Engine) mode is mapped to KEY_KEY_PROG1
    just for notifying the userspace.

    Signed-off-by: Keng-Yu Lin <kengyu@canonical.com>
    Signed-off-by: Jiri Kosina <jkosina@suse.cz>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

    ---
    drivers/hid/hid-chicony.c | 2 ++
    1 file changed, 2 insertions(+)

    --- a/drivers/hid/hid-chicony.c
    +++ b/drivers/hid/hid-chicony.c
    @@ -49,6 +49,8 @@ static int ch_input_mapping(struct hid_d
    case 0x00f2: ch_map_key_clear(KEY_BRIGHTNESSDOWN); break;
    case 0x00f3: ch_map_key_clear(KEY_BRIGHTNESSUP); break;
    case 0x00f4: ch_map_key_clear(KEY_DISPLAY_OFF); break;
    + case 0x00f7: ch_map_key_clear(KEY_CAMERA); break;
    + case 0x00f8: ch_map_key_clear(KEY_PROG1); break;
    default:
    return 0;
    }



    \
     
     \ /
      Last update: 2012-03-31 00:51    [W:4.127 / U:0.552 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site