lkml.org 
[lkml]   [2019]   [Apr]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH 06/11] platform/x86: asus-nb-wmi: Add microphone mute key code
    From
    Date
    The microphone mute key that is present on FX505GM laptop and possibly
    others is missing from sparse keymap. Add the missing code.

    Also comment on the fan mode switch key that has the same code as the
    already used key.

    Signed-off-by: Yurii Pavlovskyi <yurii.pavlovskyi@gmail.com>
    ---
    drivers/platform/x86/asus-nb-wmi.c | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    diff --git a/drivers/platform/x86/asus-nb-wmi.c b/drivers/platform/x86/asus-nb-wmi.c
    index 357d273ed336..39cf447198a9 100644
    --- a/drivers/platform/x86/asus-nb-wmi.c
    +++ b/drivers/platform/x86/asus-nb-wmi.c
    @@ -474,6 +474,7 @@ static const struct key_entry asus_nb_wmi_keymap[] = {
    { KE_KEY, 0x6B, { KEY_TOUCHPAD_TOGGLE } },
    { KE_IGNORE, 0x6E, }, /* Low Battery notification */
    { KE_KEY, 0x7a, { KEY_ALS_TOGGLE } }, /* Ambient Light Sensor Toggle */
    + { KE_KEY, 0x7c, { KEY_MICMUTE } },
    { KE_KEY, 0x7D, { KEY_BLUETOOTH } }, /* Bluetooth Enable */
    { KE_KEY, 0x7E, { KEY_BLUETOOTH } }, /* Bluetooth Disable */
    { KE_KEY, 0x82, { KEY_CAMERA } },
    @@ -488,7 +489,7 @@ static const struct key_entry asus_nb_wmi_keymap[] = {
    { KE_KEY, 0x92, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT + TV + DVI */
    { KE_KEY, 0x93, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + CRT + TV + DVI */
    { KE_KEY, 0x95, { KEY_MEDIA } },
    - { KE_KEY, 0x99, { KEY_PHONE } },
    + { KE_KEY, 0x99, { KEY_PHONE } }, /* Conflicts with fan mode switch */
    { KE_KEY, 0xA0, { KEY_SWITCHVIDEOMODE } }, /* SDSP HDMI only */
    { KE_KEY, 0xA1, { KEY_SWITCHVIDEOMODE } }, /* SDSP LCD + HDMI */
    { KE_KEY, 0xA2, { KEY_SWITCHVIDEOMODE } }, /* SDSP CRT + HDMI */
    --
    2.17.1
    \
     
     \ /
      Last update: 2019-04-10 22:31    [W:4.131 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site