diff options
author | Marco Chiappero <marco@absence.it> | 2012-05-19 09:35:59 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2012-05-31 14:34:43 -0400 |
commit | 2e52631127ceae2508ca5ae6b0870c024f966299 (patch) | |
tree | 59b57e078535394c469a04e402ce96fbab84f543 /drivers/platform/x86/sony-laptop.c | |
parent | a1e73632408334f619cf94a69b560b74d0a2fadb (diff) |
sony-laptop: add missing Fn key combos for 0x100 handlers
Signed-off-by: Marco Chiappero <marco@absence.it>
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/sony-laptop.c')
-rw-r--r-- | drivers/platform/x86/sony-laptop.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/platform/x86/sony-laptop.c b/drivers/platform/x86/sony-laptop.c index 6c1cdc39d028..5902bb5a9e78 100644 --- a/drivers/platform/x86/sony-laptop.c +++ b/drivers/platform/x86/sony-laptop.c | |||
@@ -1089,10 +1089,14 @@ static struct sony_nc_event sony_100_events[] = { | |||
1089 | { 0x06, SONYPI_EVENT_FNKEY_RELEASED }, | 1089 | { 0x06, SONYPI_EVENT_FNKEY_RELEASED }, |
1090 | { 0x87, SONYPI_EVENT_FNKEY_F7 }, | 1090 | { 0x87, SONYPI_EVENT_FNKEY_F7 }, |
1091 | { 0x07, SONYPI_EVENT_FNKEY_RELEASED }, | 1091 | { 0x07, SONYPI_EVENT_FNKEY_RELEASED }, |
1092 | { 0x88, SONYPI_EVENT_FNKEY_F8 }, | ||
1093 | { 0x08, SONYPI_EVENT_FNKEY_RELEASED }, | ||
1092 | { 0x89, SONYPI_EVENT_FNKEY_F9 }, | 1094 | { 0x89, SONYPI_EVENT_FNKEY_F9 }, |
1093 | { 0x09, SONYPI_EVENT_FNKEY_RELEASED }, | 1095 | { 0x09, SONYPI_EVENT_FNKEY_RELEASED }, |
1094 | { 0x8A, SONYPI_EVENT_FNKEY_F10 }, | 1096 | { 0x8A, SONYPI_EVENT_FNKEY_F10 }, |
1095 | { 0x0A, SONYPI_EVENT_FNKEY_RELEASED }, | 1097 | { 0x0A, SONYPI_EVENT_FNKEY_RELEASED }, |
1098 | { 0x8B, SONYPI_EVENT_FNKEY_F11 }, | ||
1099 | { 0x0B, SONYPI_EVENT_FNKEY_RELEASED }, | ||
1096 | { 0x8C, SONYPI_EVENT_FNKEY_F12 }, | 1100 | { 0x8C, SONYPI_EVENT_FNKEY_F12 }, |
1097 | { 0x0C, SONYPI_EVENT_FNKEY_RELEASED }, | 1101 | { 0x0C, SONYPI_EVENT_FNKEY_RELEASED }, |
1098 | { 0x9d, SONYPI_EVENT_ZOOM_PRESSED }, | 1102 | { 0x9d, SONYPI_EVENT_ZOOM_PRESSED }, |