diff options
author | Anton Veretenenko <anton@veretenenko.ru> | 2009-03-26 09:44:26 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-03-27 12:19:42 -0400 |
commit | f5acf5e898618295895b61d81681ae3115d94b96 (patch) | |
tree | afb013535f80adbec2d75713f37b0f8080eaed88 /drivers/platform | |
parent | 3ad1b7619959c0387a30e05c6f36537190b6da7b (diff) |
sony-laptop: Add FW specific hotkey events
Signed-off-by: Anton Veretenenko <anton@veretenenko.ru>
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/sony-laptop.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/platform/x86/sony-laptop.c b/drivers/platform/x86/sony-laptop.c index 74df72321aeb..3575a2d8f1ce 100644 --- a/drivers/platform/x86/sony-laptop.c +++ b/drivers/platform/x86/sony-laptop.c | |||
@@ -870,6 +870,12 @@ static struct sony_nc_event sony_100_events[] = { | |||
870 | { 0x11, SONYPI_EVENT_ANYBUTTON_RELEASED }, | 870 | { 0x11, SONYPI_EVENT_ANYBUTTON_RELEASED }, |
871 | { 0x81, SONYPI_EVENT_FNKEY_F1 }, | 871 | { 0x81, SONYPI_EVENT_FNKEY_F1 }, |
872 | { 0x01, SONYPI_EVENT_FNKEY_RELEASED }, | 872 | { 0x01, SONYPI_EVENT_FNKEY_RELEASED }, |
873 | { 0x82, SONYPI_EVENT_FNKEY_F2 }, | ||
874 | { 0x02, SONYPI_EVENT_FNKEY_RELEASED }, | ||
875 | { 0x83, SONYPI_EVENT_FNKEY_F3 }, | ||
876 | { 0x03, SONYPI_EVENT_FNKEY_RELEASED }, | ||
877 | { 0x84, SONYPI_EVENT_FNKEY_F4 }, | ||
878 | { 0x04, SONYPI_EVENT_FNKEY_RELEASED }, | ||
873 | { 0x85, SONYPI_EVENT_FNKEY_F5 }, | 879 | { 0x85, SONYPI_EVENT_FNKEY_F5 }, |
874 | { 0x05, SONYPI_EVENT_FNKEY_RELEASED }, | 880 | { 0x05, SONYPI_EVENT_FNKEY_RELEASED }, |
875 | { 0x86, SONYPI_EVENT_FNKEY_F6 }, | 881 | { 0x86, SONYPI_EVENT_FNKEY_F6 }, |