diff options
author | Harald Jenny <harald@a-little-linux-box.at> | 2009-03-26 08:58:18 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-03-27 12:18:56 -0400 |
commit | 1cae71032183776e833036fe828315dcd3444df1 (patch) | |
tree | 34189e451a13c8264bae1e373c0dea28d13787ca /include/linux/sonypi.h | |
parent | e93c8a6819b217f4f4a490f67f26e02ff6b23b44 (diff) |
sony-laptop: VGN-A317M hotkey support
This laptop has 5 SPIC managed buttons above the keyboard:
sound + and - as well as brightness, zoom and S1.
Possibly the entire VGN-A serie behaves the same.
Signed-off-by: Harald Jenny <harald@a-little-linux-box.at>
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/linux/sonypi.h')
-rw-r--r-- | include/linux/sonypi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sonypi.h b/include/linux/sonypi.h index bb835019ac7f..34c4475ac4a2 100644 --- a/include/linux/sonypi.h +++ b/include/linux/sonypi.h | |||
@@ -108,6 +108,9 @@ | |||
108 | #define SONYPI_EVENT_PKEY_P4 66 | 108 | #define SONYPI_EVENT_PKEY_P4 66 |
109 | #define SONYPI_EVENT_PKEY_P5 67 | 109 | #define SONYPI_EVENT_PKEY_P5 67 |
110 | #define SONYPI_EVENT_SETTINGKEY_PRESSED 68 | 110 | #define SONYPI_EVENT_SETTINGKEY_PRESSED 68 |
111 | #define SONYPI_EVENT_VOLUME_INC_PRESSED 69 | ||
112 | #define SONYPI_EVENT_VOLUME_DEC_PRESSED 70 | ||
113 | #define SONYPI_EVENT_BRIGHTNESS_PRESSED 71 | ||
111 | 114 | ||
112 | /* get/set brightness */ | 115 | /* get/set brightness */ |
113 | #define SONYPI_IOCGBRT _IOR('v', 0, __u8) | 116 | #define SONYPI_IOCGBRT _IOR('v', 0, __u8) |