diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2014-03-12 14:11:29 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-03-12 14:13:18 +1000 |
commit | 17bbcad28000bbd896a33047c0720ada89e05f5d (patch) | |
tree | 3e2969351e42ee8482e1e482902b3d0e2ba265dd /src/properties.c | |
parent | b40a5255fe73f7f95c8ff7145dd91605f3430119 (diff) |
Revert "Add another third state to TouchpadOff for disabling all but button clicks"
This third state is not needed, the behaviour of the touchpad driver is now
good enough to not need an external syndaemon instance to toggle this third
state.
This reverts commit eea73358760c7ff9c9dac061f265753637c6f25c.
Conflicts:
man/synaptics.man
src/synaptics.c
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/properties.c')
-rw-r--r-- | src/properties.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/properties.c b/src/properties.c index 525649c..4c75797 100644 --- a/src/properties.c +++ b/src/properties.c @@ -600,7 +600,7 @@ SetProperty(DeviceIntPtr dev, Atom property, XIPropertyValuePtr prop, off = *(CARD8 *) prop->data; - if (off > 3) + if (off > 2) return BadValue; para->touchpad_off = off; |