From: Marco Chiappero <[email protected]>

Signed-off-by: Marco Chiappero <[email protected]>
Signed-off-by: Mattia Dongili <[email protected]>
---
 drivers/platform/x86/sony-laptop.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/platform/x86/sony-laptop.c 
b/drivers/platform/x86/sony-laptop.c
index 4ffcc1f..2614262 100644
--- a/drivers/platform/x86/sony-laptop.c
+++ b/drivers/platform/x86/sony-laptop.c
@@ -1136,10 +1136,14 @@ static struct sony_nc_event sony_100_events[] = {
        { 0x06, SONYPI_EVENT_FNKEY_RELEASED },
        { 0x87, SONYPI_EVENT_FNKEY_F7 },
        { 0x07, SONYPI_EVENT_FNKEY_RELEASED },
+       { 0x88, SONYPI_EVENT_FNKEY_F8 },
+       { 0x08, SONYPI_EVENT_FNKEY_RELEASED },
        { 0x89, SONYPI_EVENT_FNKEY_F9 },
        { 0x09, SONYPI_EVENT_FNKEY_RELEASED },
        { 0x8A, SONYPI_EVENT_FNKEY_F10 },
        { 0x0A, SONYPI_EVENT_FNKEY_RELEASED },
+       { 0x8B, SONYPI_EVENT_FNKEY_F11 },
+       { 0x0B, SONYPI_EVENT_FNKEY_RELEASED },
        { 0x8C, SONYPI_EVENT_FNKEY_F12 },
        { 0x0C, SONYPI_EVENT_FNKEY_RELEASED },
        { 0x9d, SONYPI_EVENT_ZOOM_PRESSED },
-- 
1.7.10

--
To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" 
in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to