From ef107c3cd27b17b2e41d6f12d91b4e3e28647783 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 Feb 2005 10:33:32 +0000 Subject: explain --- perl-install/standalone/drakxtv | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/standalone/drakxtv') diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index d200f0da7..b3bbe8e93 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -119,6 +119,7 @@ my ($devices, $devices_ok) = partition { detect_devices::isTVcard($_) } @devices my $modules_conf; +# handle TV cards which driver needs to be configured b/c it cannot autodetect the card & tuner types: if (@devices = @$devices) { my $not_canceled = 1; # TODO: That need some work for multiples TV cards @@ -135,6 +136,7 @@ if (@devices = @$devices) { } @devices } +# handle TV cards that do not require any driver configuration: if (@devices = @$devices_ok) { require modules; $modules_conf ||= modules::any_conf->read; @@ -142,6 +144,7 @@ if (@devices = @$devices_ok) { scan4channels(); } +# we failed to detect any TV card: if (!$devices && !$devices_ok) { $in->ask_warn(N("No TV Card detected!"), formatAlaTeX( #-PO: keep the double empty lines between sections, this is formatted a la LaTeX -- cgit v1.2.1