diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-08-27 22:50:53 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-08-27 22:50:53 +0000 |
commit | 899a3aed61d1185731a096ec0ee6e2db05349d21 (patch) | |
tree | 1af57027d02e10b0965d4adc537f04dc0ff1af68 /perl-install | |
parent | 20d8f062d9bbbdc330d20d3b4e1b1b8d82d8deb5 (diff) | |
download | drakx-899a3aed61d1185731a096ec0ee6e2db05349d21.tar drakx-899a3aed61d1185731a096ec0ee6e2db05349d21.tar.gz drakx-899a3aed61d1185731a096ec0ee6e2db05349d21.tar.bz2 drakx-899a3aed61d1185731a096ec0ee6e2db05349d21.tar.xz drakx-899a3aed61d1185731a096ec0ee6e2db05349d21.zip |
*** empty log message ***
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index a5d15dbd9..2946f5c31 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -203,7 +203,7 @@ sub matching_desc { grep { $_->{description} =~ /$regexp/i } probeall(); } sub stringlist { - map { " $_->{description} ($_->{class} $_->{driver})" } probeall(1); + map { " $_->{description} ($_->{type} $_->{driver})" } probeall(1); } sub check { my ($l) = @_; |