diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-03-18 16:24:28 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-03-18 16:25:02 +1000 |
commit | 4ebde557aee7953f766fcd6b725cbacd47f806ec (patch) | |
tree | c1ec8de9a9a840954a0a7e395a0af9d478e42d6d /tools | |
parent | d521fc0335e9a6527d337154e064d192ab006425 (diff) |
Revert "Add synaptics orientation support"
This patch needs more work before we can ship it.
This reverts commit 049d5fb6037b34d94b24cb8300849cf4e3b67437.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/synclient.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/synclient.c b/tools/synclient.c index 1ac5502..9776d23 100644 --- a/tools/synclient.c +++ b/tools/synclient.c @@ -143,7 +143,6 @@ static struct Parameter params[] = { {"AreaRightEdge", PT_INT, 0, 10000, SYNAPTICS_PROP_AREA, 32, 1}, {"AreaTopEdge", PT_INT, 0, 10000, SYNAPTICS_PROP_AREA, 32, 2}, {"AreaBottomEdge", PT_INT, 0, 10000, SYNAPTICS_PROP_AREA, 32, 3}, - {"Orientation", PT_INT, 0, 3, SYNAPTICS_ORIENTATION, 32, 0}, { NULL, 0, 0, 0, 0 } }; |