diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-04-17 14:26:21 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2011-04-17 14:26:21 +0000 |
commit | 372ff8e7aa918e4a5153618a2d281528d3e94678 (patch) | |
tree | 996b0a2bd7da51f6b3f286296dda3bf8256aa43e /lib | |
parent | 9225eba9f66e1e6fcf5bb692ffa8a957da95abab (diff) | |
download | drakx-kbd-mouse-x11-372ff8e7aa918e4a5153618a2d281528d3e94678.tar drakx-kbd-mouse-x11-372ff8e7aa918e4a5153618a2d281528d3e94678.tar.gz drakx-kbd-mouse-x11-372ff8e7aa918e4a5153618a2d281528d3e94678.tar.bz2 drakx-kbd-mouse-x11-372ff8e7aa918e4a5153618a2d281528d3e94678.tar.xz drakx-kbd-mouse-x11-372ff8e7aa918e4a5153618a2d281528d3e94678.zip |
Revert commit 759, we will keep as a patch in the rpm as long as there is not "real" fix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mouse.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/mouse.pm b/lib/mouse.pm index a7536a9..307a5b3 100644 --- a/lib/mouse.pm +++ b/lib/mouse.pm @@ -280,10 +280,6 @@ sub detect { detect_devices::probe_category('input/tablet'); detect_devices::probe_category('input/touchscreen'); - # evdev needs to be loaded before calling getInputDevices_and_usb - # else it will lead to a crash - eval { modules::load("evdev") }; - my @wacom = _probe_usb_wacom_devices(); $modules_conf->get_probeall("usb-interface") and eval { modules::load('usbhid') }; |