aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormerge <null@invalid>2009-01-12 09:04:56 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2009-01-12 09:04:56 +0000
commit0f58c86e19a954fd3665c6b6af94c5672c716ff6 (patch)
tree29f995052710ea49ff99afa53f762843adec3e8d /include
parentbd84864b5a4fdfbe927b827a215f325a8b256719 (diff)
MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-add-missing-pcap7200-guts-patc-1231750955
pending-tracking-hist top was MERGE-via-stable-tracking-add-missing-pcap7200-guts-patc-1231750955 / e65b1767efec44dadf4ee7163bedffc0aedfd06e ... parent commitmessage: From: merge <null@invalid> MERGE-via-stable-tracking-hist-add-missing-pcap7200-guts-patc stable-tracking-hist top was add-missing-pcap7200-guts-patc / c010223ac23687b8a5c129dd389328b844445cde ... parent commitmessage: From: Matt Hsu <matt_hsu@openmoko.org> add-missing-pcap7200-guts.patch Patch by hand vs stg add issue... Signed-off-by: Matt Hsu <matt_hsu@openmoko.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/pcap7200.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/linux/pcap7200.h b/include/linux/pcap7200.h
new file mode 100644
index 00000000000..f52ba15c556
--- /dev/null
+++ b/include/linux/pcap7200.h
@@ -0,0 +1,20 @@
+#ifndef _LINUX_PCPA7200_H
+#define _LINUX_PCPA7200_H
+
+enum op_mode {
+ SLEEP,
+ WAKEUP,
+ SINGLE_TOUCH,
+ MULTI_TOUCH,
+};
+
+enum gesture {
+ ZOOM,
+ FST_ZOOM,
+ SND_ZOOM,
+ ROTATE,
+ FST_SLIDE,
+ SND_SLIDE,
+};
+
+#endif /* _LINUX_PCPA7200_H */