From a74e817b04ba465b6760d92c318656476087a46e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 18 Aug 2004 11:03:52 +0000 Subject: check usb controllers on boot --- perl-install/standalone/service_harddrake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 586622f9a..2646b2cf8 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -117,6 +117,9 @@ foreach my $hw_class (@harddrake::data::tree) { } elsif ($Ident eq "AGP") { # add agpgart modules to modprobe.preload if needed: $modules_conf->write; + } elsif ($Ident eq "USB_CONTROLLER") { + modules::load_category($modules_conf, 'bus/usb'); + $modules_conf->write; } elsif ($Ident eq "VIDEO") { require harddrake::autoconf; harddrake::autoconf::xconf($modules_conf, {}); -- cgit v1.2.1