summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/draksound2
-rwxr-xr-xperl-install/standalone/drakxtv2
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound
index 1e4f299f6..3f862c21f 100755
--- a/perl-install/standalone/draksound
+++ b/perl-install/standalone/draksound
@@ -31,7 +31,7 @@ my $in = 'interactive'->vnew('su');
modules::mergein_conf('/etc/modules.conf');
-my @devices = grep { $_->{media_type} eq 'MULTIMEDIA_AUDIO' } detect_devices::probeall(1);
+my @devices = grep { $_->{media_type} eq 'MULTIMEDIA_AUDIO' } detect_devices::probeall();
if (@devices) {
# TODO: That need some work for multiples sound cards
map_index {
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv
index 03f626dca..058fb8986 100755
--- a/perl-install/standalone/drakxtv
+++ b/perl-install/standalone/drakxtv
@@ -128,7 +128,7 @@ You can install it by typing \"urpmi xawtv\" as root, in a console.")));
}
}
-my @devices = grep { $_->{media_type} eq 'MULTIMEDIA_VIDEO' || $_->{driver} eq 'usbvision' } detect_devices::probeall(1);
+my @devices = grep { $_->{media_type} eq 'MULTIMEDIA_VIDEO' || $_->{driver} eq 'usbvision' } detect_devices::probeall();
push @devices, { driver => 'bttv', description => 'dummy' } if $::testing && !@devices;
if (@devices) {
# TODO: That need some work for multiples TV cards