summaryrefslogtreecommitdiffstats
path: root/perl-install/mouse.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-06-24 07:17:45 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-06-24 07:17:45 +0000
commit409898d31b6cc61d9f98b166a8c3f7c97c1bdbed (patch)
tree8baccd9c2b8bb7d0d10ab74f9ac8badcb479d03f /perl-install/mouse.pm
parent56c6ac58f7b24d2946a8ae6df9e0c464babe7a17 (diff)
downloaddrakx-backup-do-not-use-409898d31b6cc61d9f98b166a8c3f7c97c1bdbed.tar
drakx-backup-do-not-use-409898d31b6cc61d9f98b166a8c3f7c97c1bdbed.tar.gz
drakx-backup-do-not-use-409898d31b6cc61d9f98b166a8c3f7c97c1bdbed.tar.bz2
drakx-backup-do-not-use-409898d31b6cc61d9f98b166a8c3f7c97c1bdbed.tar.xz
drakx-backup-do-not-use-409898d31b6cc61d9f98b166a8c3f7c97c1bdbed.zip
module hid is now named usbhid (thanks to svetljo on cooker)
Diffstat (limited to 'perl-install/mouse.pm')
-rw-r--r--perl-install/mouse.pm2
1 files changed, 1 insertions, 1 deletions
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);
}