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 /tools | |
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 'tools')
-rw-r--r-- | tools/synclient.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/synclient.c b/tools/synclient.c index 14ec605..6e77ee8 100644 --- a/tools/synclient.c +++ b/tools/synclient.c @@ -144,6 +144,7 @@ static struct Parameter params[] = { {"AreaBottomEdge", PT_INT, 0, 10000, SYNAPTICS_PROP_AREA, 32, 3}, {"HorizHysteresis", PT_INT, 0, 10000, SYNAPTICS_PROP_NOISE_CANCELLATION, 32, 0}, {"VertHysteresis", PT_INT, 0, 10000, SYNAPTICS_PROP_NOISE_CANCELLATION, 32, 1}, + {"ClickPad", PT_BOOL, 0, 1, SYNAPTICS_PROP_CLICKPAD, 8, 0}, { NULL, 0, 0, 0, 0 } }; |