summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-11-12 15:01:07 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-11-12 15:01:07 +0000
commit629aa0a7491cb028febafa8d5eeb9689fcc609b0 (patch)
tree409b2d6631e98517c9f5d7632c182c9983d27409 /perl-install/standalone
parent30141e3ba2744ff861f809a8d7ccb91bd2680165 (diff)
downloaddrakx-629aa0a7491cb028febafa8d5eeb9689fcc609b0.tar
drakx-629aa0a7491cb028febafa8d5eeb9689fcc609b0.tar.gz
drakx-629aa0a7491cb028febafa8d5eeb9689fcc609b0.tar.bz2
drakx-629aa0a7491cb028febafa8d5eeb9689fcc609b0.tar.xz
drakx-629aa0a7491cb028febafa8d5eeb9689fcc609b0.zip
don't offer to configure kernel for usbvision (no option for now)
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/drakxtv2
1 files changed, 1 insertions, 1 deletions
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';