diff options
| author | Mattia Dongili <[email protected]> | 2011-01-08 18:47:29 +0900 |
|---|---|---|
| committer | Matthew Garrett <[email protected]> | 2011-01-10 12:00:22 -0500 |
| commit | 1a7d946993aaf2a79e9c65abbe169a108e351bcb (patch) | |
| tree | 8580fe6e0a610ae950dfbb0aaf4f588635f4aad9 /include/linux | |
| parent | 0c51a4d8abd6ed5ba55f828840c6b78ab672644b (diff) | |
sony-laptop: support new hotkeys on the P, Z and EC series
Add new mappings for assist, VAIO, zoom and eject buttons present on
refurbished P, Z and EC models.
Reported-by: Gyorgy Jeney <[email protected]>
Reported-by: Stephan Mueller <[email protected]>
Cc: Dmitry Torokhov <[email protected]>
Cc: Matthew Garrett <[email protected]>
Signed-off-by: Mattia Dongili <[email protected]>
Signed-off-by: Matthew Garrett <[email protected]>
Diffstat (limited to 'include/linux')
| -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 4f95c1aac2fd..0e6dc3891942 100644 --- a/include/linux/sonypi.h +++ b/include/linux/sonypi.h @@ -112,6 +112,7 @@ #define SONYPI_EVENT_VOLUME_DEC_PRESSED 70 #define SONYPI_EVENT_BRIGHTNESS_PRESSED 71 #define SONYPI_EVENT_MEDIA_PRESSED 72 +#define SONYPI_EVENT_VENDOR_PRESSED 73 /* get/set brightness */ #define SONYPI_IOCGBRT _IOR('v', 0, __u8) |