From 372ff8e7aa918e4a5153618a2d281528d3e94678 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Sun, 17 Apr 2011 14:26:21 +0000 Subject: Revert commit 759, we will keep as a patch in the rpm as long as there is not "real" fix --- lib/mouse.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib') 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') }; -- cgit v1.2.1