diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-12 15:01:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-12 15:01:07 +0000 |
commit | 629aa0a7491cb028febafa8d5eeb9689fcc609b0 (patch) | |
tree | 409b2d6631e98517c9f5d7632c182c9983d27409 /perl-install/standalone | |
parent | 30141e3ba2744ff861f809a8d7ccb91bd2680165 (diff) | |
download | drakx-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-x | perl-install/standalone/drakxtv | 2 |
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'; |