Since 659daa11dc558a45bfad1b9548f1757fab226ad7 we normalize the threshold into a 0-2048 range. The default is 2048/75, i.e. 27.
Reported-by: David Foley <[email protected]> Signed-off-by: Peter Hutterer <[email protected]> --- tools/xsetwacom.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c index 1931c27..f75fee2 100644 --- a/tools/xsetwacom.c +++ b/tools/xsetwacom.c @@ -536,7 +536,7 @@ static param_t parameters[] = { .name = "ClickForce", .desc = "Sets tip/eraser pressure threshold " - "(default is 409)", + "(default is 27)", .prop_name = WACOM_PROP_PRESSURE_THRESHOLD, .prop_format = 32, .prop_offset = 0, -- 1.7.3.2 ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
