From 629aa0a7491cb028febafa8d5eeb9689fcc609b0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 12 Nov 2002 15:01:07 +0000 Subject: don't offer to configure kernel for usbvision (no option for now) --- perl-install/standalone/drakxtv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakxtv') diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 0d27c7d01..b2d81e5dc 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -138,7 +138,7 @@ my @devices = grep { ($_->{media_type} eq 'MULTIMEDIA_VIDEO') || $_->{driver} eq if (@devices) { # TODO: That need some work for multiples TV cards foreach (@devices) { - if (( $< == 0) && (grep { $_->{driver} =~ '(bttv|saa7134|usbvision)' } @devices)) { + if (( $< == 0) && (grep { $_->{driver} =~ '(bttv|saa7134)' } @devices)) { require harddrake::v4l; require modules; no strict 'subs'; -- cgit v1.2.1