summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorStelian Pop <stelian@popies.net>2002-11-21 19:03:32 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-11-21 19:03:32 -0800
commiteaac83e4de3624edcd9cc5458fb3f84e5526b8ba (patch)
tree65f4d31351967a5712832b736d6b5f3e26ed59fd /include/linux
parentd29cb98f5a51b85a7e632316f1a9b878643fd37d (diff)
[PATCH] sonypi driver update
The most important changes are: * add suspend/resume support to the sonypi driver (not based on driverfs however) (Florian Lohoff); * add "Zoom" and "Thumbphrase" buttons (Francois Gurin); * add camera and lid events for C1XE (Kunihiko IMAI); * add a mask parameter letting the user choose what kind of events he wants; * use ACPI ec_read/ec_write when available in order to play nice when latest ACPI is enabled; * several source cleanups.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sonypi.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/linux/sonypi.h b/include/linux/sonypi.h
index 8828b98b3029..7581d3fd846d 100644
--- a/include/linux/sonypi.h
+++ b/include/linux/sonypi.h
@@ -1,7 +1,9 @@
/*
* Sony Programmable I/O Control Device driver for VAIO
*
- * Copyright (C) 2001 Stelian Pop <stelian.pop@fr.alcove.com>, Alcôve
+ * Copyright (C) 2001-2002 Stelian Pop <stelian@popies.net>
+ *
+ * Copyright (C) 2001-2002 Alcôve <www.alcove.com>
*
* Copyright (C) 2001 Michael Ashley <m.ashley@unsw.edu.au>
*
@@ -85,6 +87,10 @@
#define SONYPI_EVENT_JOGDIAL_VFAST_UP 47
#define SONYPI_EVENT_JOGDIAL_VFAST_DOWN_PRESSED 48
#define SONYPI_EVENT_JOGDIAL_VFAST_UP_PRESSED 49
+#define SONYPI_EVENT_ZOOM_PRESSED 50
+#define SONYPI_EVENT_THUMBPHRASE_PRESSED 51
+#define SONYPI_EVENT_MEYE_FACE 52
+#define SONYPI_EVENT_MEYE_OPPOSITE 53
/* get/set brightness */
#define SONYPI_IOCGBRT _IOR('v', 0, __u8)