summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/mouse.pm4
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') };