From: Javier Achirica Date: Thu, 20 Mar 2014 23:01:12 +0000 (+0900) Subject: sony-laptop: add support as Fn+1 as a hot key X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=94d164dc411ffe8d59c7201ade73126297380733;p=deliverable%2Flinux.git sony-laptop: add support as Fn+1 as a hot key Signed-off-by: Javier Achirica Signed-off-by: Mattia Dongili Signed-off-by: Matthew Garrett --- diff --git a/drivers/platform/x86/sony-laptop.c b/drivers/platform/x86/sony-laptop.c index 8f8551a63cc0..fe5424c3b9af 100644 --- a/drivers/platform/x86/sony-laptop.c +++ b/drivers/platform/x86/sony-laptop.c @@ -1122,6 +1122,8 @@ static struct sony_nc_event sony_100_events[] = { { 0x25, SONYPI_EVENT_ANYBUTTON_RELEASED }, { 0xa6, SONYPI_EVENT_HELP_PRESSED }, { 0x26, SONYPI_EVENT_ANYBUTTON_RELEASED }, + { 0xa8, SONYPI_EVENT_FNKEY_1 }, + { 0x28, SONYPI_EVENT_ANYBUTTON_RELEASED }, { 0, 0 }, };