diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-04-22 07:25:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-04-22 07:25:09 +0000 |
commit | 50abf4bb34e8d43fcb4101db0d049afeb29b6158 (patch) | |
tree | 9a8473cb3ca4e1d8ee07049b2daac94eee0d4488 /perl-install/standalone/drakxtv | |
parent | 809a14c6a473c50225fcc23f258f5cb057b16fef (diff) | |
download | drakx-50abf4bb34e8d43fcb4101db0d049afeb29b6158.tar drakx-50abf4bb34e8d43fcb4101db0d049afeb29b6158.tar.gz drakx-50abf4bb34e8d43fcb4101db0d049afeb29b6158.tar.bz2 drakx-50abf4bb34e8d43fcb4101db0d049afeb29b6158.tar.xz drakx-50abf4bb34e8d43fcb4101db0d049afeb29b6158.zip |
fix tv cards detection
Diffstat (limited to 'perl-install/standalone/drakxtv')
-rwxr-xr-x | perl-install/standalone/drakxtv | 2 |
1 files changed, 1 insertions, 1 deletions
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; |