From c450cb4b6b1d7ef491b59f036fc26b7634fa9af4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 5 Jul 2002 12:42:09 +0000 Subject: use harddrake::bttv to let people configure their tv card if it's misdetected --- perl-install/install_steps_interactive.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 74be30c3e..314ba2225 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -47,6 +47,7 @@ use install_steps; use install_interactive; use install_any; use detect_devices; +use harddrake::bttv; use run_program; use devices; use fsedit; @@ -1029,7 +1030,7 @@ sub summary { } @sound_cards), if_($isa_sound_card, { label => _("Sound card"), clicked => $isa_sound_card }), (map { -{ label => _("TV card"), val => $_->{description} } +{ label => _("TV card"), val => $_->{description}, clicked => \&bttv::config()} } grep { $_->{driver} eq 'bttv' } detect_devices::probeall()), ]); install_steps::configureTimezone($o); #- do not forget it. -- cgit v1.2.1