summaryrefslogtreecommitdiff
path: root/src/capabilities.h
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2010-04-11 15:27:11 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-04-15 06:10:08 +0200
commit872fccb2f4214b99b82e74a8b9e90c9c5f0773c1 (patch)
tree36c10114e7c9624497916dd2499bbe8a606d87fb /src/capabilities.h
parenta493e814663ddcb6353673e366bf61285b1695b5 (diff)
Add integrated button property to capabilities
The new Apple unibody macbooks have a trackpad with an integrated button, which needs special treatment. This patch tests the device for an integrated button and keeps the result in the capabilities struture. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'src/capabilities.h')
-rw-r--r--src/capabilities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/capabilities.h b/src/capabilities.h
index 68835c6..34c1767 100644
--- a/src/capabilities.h
+++ b/src/capabilities.h
@@ -28,7 +28,7 @@ struct Capabilities {
28 struct input_id devid; 28 struct input_id devid;
29 char devname[32]; 29 char devname[32];
30 int has_left, has_middle; 30 int has_left, has_middle;
31 int has_right, has_mtdata; 31 int has_right, has_mtdata, has_ibt;
32 int has_touch_major, has_touch_minor; 32 int has_touch_major, has_touch_minor;
33 int has_width_major, has_width_minor; 33 int has_width_major, has_width_minor;
34 int has_orientation, has_dummy; 34 int has_orientation, has_dummy;