diff options
| author | Stelian Pop <stelian.pop@fr.alcove.com> | 2002-10-29 22:59:36 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-10-29 22:59:36 -0800 |
| commit | af4d0bf616ac9b79fa52911edb4da9a1ef574550 (patch) | |
| tree | 1d9215f56f78e645a36ee145478ab088bfc6c788 /include/linux | |
| parent | 0fca836550e270830988f4780fde41675518ec23 (diff) | |
[PATCH] sonypi driver update
This patch adds some new events to the sonypi driver (Fn key
pressed alone, jogdial turned fast or very fast) and cleanups
the code a little bit.
Thanks to Christian Gennerat for this contribution.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sonypi.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/sonypi.h b/include/linux/sonypi.h index 4a53f5b8852a..8828b98b3029 100644 --- a/include/linux/sonypi.h +++ b/include/linux/sonypi.h @@ -75,6 +75,16 @@ #define SONYPI_EVENT_LID_OPENED 37 #define SONYPI_EVENT_BLUETOOTH_ON 38 #define SONYPI_EVENT_BLUETOOTH_OFF 39 +#define SONYPI_EVENT_HELP_PRESSED 40 +#define SONYPI_EVENT_FNKEY_ONLY 41 +#define SONYPI_EVENT_JOGDIAL_FAST_DOWN 42 +#define SONYPI_EVENT_JOGDIAL_FAST_UP 43 +#define SONYPI_EVENT_JOGDIAL_FAST_DOWN_PRESSED 44 +#define SONYPI_EVENT_JOGDIAL_FAST_UP_PRESSED 45 +#define SONYPI_EVENT_JOGDIAL_VFAST_DOWN 46 +#define SONYPI_EVENT_JOGDIAL_VFAST_UP 47 +#define SONYPI_EVENT_JOGDIAL_VFAST_DOWN_PRESSED 48 +#define SONYPI_EVENT_JOGDIAL_VFAST_UP_PRESSED 49 /* get/set brightness */ #define SONYPI_IOCGBRT _IOR('v', 0, __u8) |
