From 872fccb2f4214b99b82e74a8b9e90c9c5f0773c1 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sun, 11 Apr 2010 15:27:11 +0200 Subject: 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 --- src/capabilities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/capabilities.h') 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 { struct input_id devid; char devname[32]; int has_left, has_middle; - int has_right, has_mtdata; + int has_right, has_mtdata, has_ibt; int has_touch_major, has_touch_minor; int has_width_major, has_width_minor; int has_orientation, has_dummy; -- cgit v1.2.3