diff options
author | Chase Douglas <chase.douglas@canonical.com> | 2012-02-09 11:26:06 -0800 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-03-14 08:46:54 +1000 |
commit | 331dd969536aad48fae107e2215bfdd3e95db77e (patch) | |
tree | 2746326071917d40c6e3cb01acb7aba308a3241a /include | |
parent | a64e1632836067091be5ca45d0444c416bf48948 (diff) |
Add clickpad device property
Add it as a writable device property. We may not know how to probe some
clickpads so allow the user to override it.
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/synaptics-properties.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/synaptics-properties.h b/include/synaptics-properties.h index c550cef..140f14b 100644 --- a/include/synaptics-properties.h +++ b/include/synaptics-properties.h @@ -49,6 +49,9 @@ #define SYNAPTICS_PROP_TAP_DURATIONS "Synaptics Tap Durations" /* 8 bit (BOOL) */ +#define SYNAPTICS_PROP_CLICKPAD "Synaptics ClickPad" + +/* 8 bit (BOOL) */ #define SYNAPTICS_PROP_TAP_FAST "Synaptics Tap FastTap" /* 32 bit */ |