summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakxtv
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-22 08:38:01 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-22 08:38:01 +0000
commitbbca8309466ca4c58584d176a5959b9f8a7013d9 (patch)
treeeabae2c60d32407f2d0abda2275d8f31fc961d9c /perl-install/standalone/drakxtv
parent24e61940a5bfb12b586dcb6475a767cd9aa0e338 (diff)
downloaddrakx-backup-do-not-use-bbca8309466ca4c58584d176a5959b9f8a7013d9.tar
drakx-backup-do-not-use-bbca8309466ca4c58584d176a5959b9f8a7013d9.tar.gz
drakx-backup-do-not-use-bbca8309466ca4c58584d176a5959b9f8a7013d9.tar.bz2
drakx-backup-do-not-use-bbca8309466ca4c58584d176a5959b9f8a7013d9.tar.xz
drakx-backup-do-not-use-bbca8309466ca4c58584d176a5959b9f8a7013d9.zip
fix tv cards managed by cx88 and saa7134 (#9112)
Diffstat (limited to 'perl-install/standalone/drakxtv')
-rwxr-xr-xperl-install/standalone/drakxtv2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv
index b44c3868c..40168a5f0 100755
--- a/perl-install/standalone/drakxtv
+++ b/perl-install/standalone/drakxtv
@@ -111,7 +111,7 @@ sub scan4channels() {
}
}
-my @devices = grep { $_->{media_type} eq 'MULTIMEDIA_VIDEO' || member($_->{driver}, qw(bttv saa7134 usbvision)) } detect_devices::probeall();
+my @devices = detect_devices::isTVcard();
push @devices, { driver => 'bttv', description => 'dummy' } if $::testing && !@devices;
if (@devices) {
my $not_canceled = 1;