From 409898d31b6cc61d9f98b166a8c3f7c97c1bdbed Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 24 Jun 2004 07:17:45 +0000 Subject: module hid is now named usbhid (thanks to svetljo on cooker) --- perl-install/mouse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index 9db02e309..e95a1eb3c 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -283,7 +283,7 @@ sub detect() { my @wacom = probe_wacom_devices(); if (c::kernel_version() =~ /^\Q2.6/) { - modules::get_probeall("usb-interface") and eval { modules::load('hid') }; + modules::get_probeall("usb-interface") and eval { modules::load('usbhid') }; if (cat_('/proc/bus/input/devices') =~ /^H: Handlers=mouse/m) { return fullname2mouse('Universal|Any PS/2 & USB mice', wacom => \@wacom); } -- cgit v1.2.1