summaryrefslogtreecommitdiffstats
path: root/lib/mouse.pm
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-09-22 14:01:30 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-09-22 14:01:30 +0000
commit85c566c0a2314376412e878207d04ef43eb2d961 (patch)
tree8df78898918dec67895a4bad317c61a55005ad4a /lib/mouse.pm
parent01409fc4cedf7134e976021d7776c122e0e08826 (diff)
downloaddrakx-kbd-mouse-x11-85c566c0a2314376412e878207d04ef43eb2d961.tar
drakx-kbd-mouse-x11-85c566c0a2314376412e878207d04ef43eb2d961.tar.gz
drakx-kbd-mouse-x11-85c566c0a2314376412e878207d04ef43eb2d961.tar.bz2
drakx-kbd-mouse-x11-85c566c0a2314376412e878207d04ef43eb2d961.tar.xz
drakx-kbd-mouse-x11-85c566c0a2314376412e878207d04ef43eb2d961.zip
don't add sections for synaptics devices to xorg.conf
Diffstat (limited to 'lib/mouse.pm')
-rw-r--r--lib/mouse.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/mouse.pm b/lib/mouse.pm
index f04b681..bbfc29e 100644
--- a/lib/mouse.pm
+++ b/lib/mouse.pm
@@ -368,8 +368,6 @@ sub set_xfree_conf {
if (my @wacoms = @{$mouse->{wacom} || []}) {
$xfree_conf->set_wacoms(map { { Device => "/dev/$_", USB => to_bool(m|input/by-path/event|) } } @wacoms);
}
-
- $xfree_conf->set_synaptics({ ALPS => $mouse->{synaptics}{ALPS} }) if $mouse->{synaptics};
}
sub various_xfree_conf {