diff options
author | Mattia Dongili <malattia@linux.it> | 2009-12-17 00:08:33 +0900 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-12-16 22:32:29 -0500 |
commit | 4f924ba5b5aaf1477daafeae779495d39549186d (patch) | |
tree | dffa4eb0f3a33efd8533d2b46e9ef5067df16bf0 /include/linux/sonypi.h | |
parent | 22763c5cf3690a681551162c15d34d935308c8d7 (diff) |
sony-laptop: add AVMode key mapping
Some models are equipped with an "AVMode" function key that sends
sony-laptop: Unknown event: 0x100 0xa1
sony-laptop: Unknown event: 0x100 0x21
for press and release respectively.
Cc: "Matthew W. S. Bell" <matthew@bells23.org.uk>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sonypi.h b/include/linux/sonypi.h index 34c4475ac4a2..4f95c1aac2fd 100644 --- a/include/linux/sonypi.h +++ b/include/linux/sonypi.h @@ -111,6 +111,7 @@ #define SONYPI_EVENT_VOLUME_INC_PRESSED 69 #define SONYPI_EVENT_VOLUME_DEC_PRESSED 70 #define SONYPI_EVENT_BRIGHTNESS_PRESSED 71 +#define SONYPI_EVENT_MEDIA_PRESSED 72 /* get/set brightness */ #define SONYPI_IOCGBRT _IOR('v', 0, __u8) |