summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-05-12 05:44:33 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-05-12 05:44:33 +0000
commit6fccd50c057959cf9a9ff9f287a227f3154de232 (patch)
treefddecfb7542074b0cabf19efbf096760fb6d3bf3 /perl-install/detect_devices.pm
parent12ed36e12b43d205b4900b84cfe5349086995fe5 (diff)
downloaddrakx-6fccd50c057959cf9a9ff9f287a227f3154de232.tar
drakx-6fccd50c057959cf9a9ff9f287a227f3154de232.tar.gz
drakx-6fccd50c057959cf9a9ff9f287a227f3154de232.tar.bz2
drakx-6fccd50c057959cf9a9ff9f287a227f3154de232.tar.xz
drakx-6fccd50c057959cf9a9ff9f287a227f3154de232.zip
(probeSerialDevices) fix serial controllers detection (#15457)
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index 48b5bd7a1..23d4dd142 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -917,7 +917,7 @@ sub usbKeyboard2country_code {
sub probeSerialDevices() {
require list_modules;
require modules;
- modules::load_category($::o->{modules_conf}, 'various/serial');
+ modules::probe_category($::o->{modules_conf}, 'various/serial');
modules::append_to_modules_loaded_at_startup_for_all_kernels(list_modules::category2modules('various/serial'));
foreach (0..3) {
#- make sure the device are created before probing,