diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-05-19 09:45:10 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-05-26 12:11:33 +1000 |
commit | 0c8971c80c21d7541d9614ac67a8d4954d4859ec (patch) | |
tree | 2ff333b6a409be45612ec5c81054739ae881d424 | |
parent | 8ad40444596259b8b5b60ae4069e94875253c21a (diff) |
include: update documentation for capabilities property
pressure and width were added recently
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | include/synaptics-properties.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/synaptics-properties.h b/include/synaptics-properties.h index bdb2112..77a1806 100644 --- a/include/synaptics-properties.h +++ b/include/synaptics-properties.h @@ -145,8 +145,8 @@ /* 8 bit (BOOL), 1 value, tap-and-drag */ #define SYNAPTICS_PROP_GESTURES "Synaptics Gestures" -/* 8 bit (BOOL), 5 values (read-only), has_left, has_middle, has_right, - * has_double, has_triple */ +/* 8 bit (BOOL), 7 values (read-only), has_left, has_middle, has_right, + * has_double, has_triple, has_pressure, has_width */ #define SYNAPTICS_PROP_CAPABILITIES "Synaptics Capabilities" /* 32 bit unsigned, 2 values, vertical, horizontal in units/millimeter */ |