From 256cf67fbca676257d0168fc1280e4db3c0e1682 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 23 Jan 2004 18:58:25 +0000 Subject: don't miss the hook with 2.6 usb kernels (might explain fredl problem with usb keyboard) --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 3c766503f..e37777e73 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -366,7 +366,7 @@ sub name2file { sub when_load { my ($name, @options) = @_; - if ($name =~ /usb-[uo]hci/) { + if ($name =~ /[uo]hci/) { -f '/proc/bus/usb/devices' or eval { require fs; fs::mount('/proc/bus/usb', '/proc/bus/usb', 'usbdevfs'); #- ensure keyboard is working, the kernel must do the job the BIOS was doing -- cgit v1.2.1