diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-09-22 14:01:30 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-09-22 14:01:30 +0000 |
commit | 85c566c0a2314376412e878207d04ef43eb2d961 (patch) | |
tree | 8df78898918dec67895a4bad317c61a55005ad4a /lib/mouse.pm | |
parent | 01409fc4cedf7134e976021d7776c122e0e08826 (diff) | |
download | drakx-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.pm | 2 |
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 { |