summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-03-05 13:56:45 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-03-05 13:56:45 +0000
commitfbcdc89dfd7f9f93e68715c32b70d9bd46da8dc6 (patch)
tree9667aa2722d84d4d47cda2ce6652d05932ccf7f4 /perl-install/install_steps_interactive.pm
parent51ec68a7c18b3cfa03e72861912830e4f66ed257 (diff)
downloaddrakx-backup-do-not-use-fbcdc89dfd7f9f93e68715c32b70d9bd46da8dc6.tar
drakx-backup-do-not-use-fbcdc89dfd7f9f93e68715c32b70d9bd46da8dc6.tar.gz
drakx-backup-do-not-use-fbcdc89dfd7f9f93e68715c32b70d9bd46da8dc6.tar.bz2
drakx-backup-do-not-use-fbcdc89dfd7f9f93e68715c32b70d9bd46da8dc6.tar.xz
drakx-backup-do-not-use-fbcdc89dfd7f9f93e68715c32b70d9bd46da8dc6.zip
- (getTVcards, isTVcard) : consolidate tv detection code
- no need to keep capture buffer (not a big slow down but small rivers make big ones...)
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index f998f798d..af387c92d 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -967,7 +967,7 @@ sub summary {
};
}
- foreach my $tv (grep { $_->{driver} =~ /(bttv|saa7134)/ } detect_devices::probeall()) {
+ foreach my $tv (detect_devices::getTVcards()) {
push @l, {
group => N("Hardware"),
label => N("TV card"),