From 50abf4bb34e8d43fcb4101db0d049afeb29b6158 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Apr 2004 07:25:09 +0000 Subject: fix tv cards detection --- perl-install/standalone/drakxtv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 40168a5f0..b07fee392 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -111,7 +111,7 @@ sub scan4channels() { } } -my @devices = detect_devices::isTVcard(); +my @devices = detect_devices::getTVcards(); push @devices, { driver => 'bttv', description => 'dummy' } if $::testing && !@devices; if (@devices) { my $not_canceled = 1; -- cgit v1.2.1