summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStelian Pop <stelian@popies.net>2002-12-01 16:25:05 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2002-12-01 16:25:05 -0800
commitc9bf8f640bc581888f4944485e4949a52b1dcd12 (patch)
tree5dc5f76bf18b01a9d00ad5f6d6be0eccd00b1d6f /include
parent46eb8948b4852e893f8fcfb1a751d23b7b5ea3ac (diff)
[PATCH] sonypi driver update
This corrects a small typo in the previous patch (in the ZOOM button definition) and adds events generated by the Memory Stick reader on VAIO U3 laptops (thanks to Kunihiko IMAI).
Diffstat (limited to 'include')
-rw-r--r--include/linux/sonypi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sonypi.h b/include/linux/sonypi.h
index 7581d3fd846d..89ead755abfe 100644
--- a/include/linux/sonypi.h
+++ b/include/linux/sonypi.h
@@ -91,6 +91,9 @@
#define SONYPI_EVENT_THUMBPHRASE_PRESSED 51
#define SONYPI_EVENT_MEYE_FACE 52
#define SONYPI_EVENT_MEYE_OPPOSITE 53
+#define SONYPI_EVENT_MEMORYSTICK_INSERT 54
+#define SONYPI_EVENT_MEMORYSTICK_EJECT 55
+
/* get/set brightness */
#define SONYPI_IOCGBRT _IOR('v', 0, __u8)