diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-20 08:55:22 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-20 08:55:22 +0000 |
commit | 5905453cd3efa88f980921158ed30309a0ad9afb (patch) | |
tree | bd4117ddaa06f85f801591aae4ffc1f6908d2fee /perl-install/harddrake/v4l.pm | |
parent | a0f876f81f04cfb9b1336b33dbf9add37160d2af (diff) | |
download | drakx-5905453cd3efa88f980921158ed30309a0ad9afb.tar drakx-5905453cd3efa88f980921158ed30309a0ad9afb.tar.gz drakx-5905453cd3efa88f980921158ed30309a0ad9afb.tar.bz2 drakx-5905453cd3efa88f980921158ed30309a0ad9afb.tar.xz drakx-5905453cd3efa88f980921158ed30309a0ad9afb.zip |
fix setting options for bttv instead of saa7134 (#5612)
Diffstat (limited to 'perl-install/harddrake/v4l.pm')
-rw-r--r-- | perl-install/harddrake/v4l.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/v4l.pm b/perl-install/harddrake/v4l.pm index c5465d6c5..c83928309 100644 --- a/perl-install/harddrake/v4l.pm +++ b/perl-install/harddrake/v4l.pm @@ -262,7 +262,7 @@ If your card is misdetected, you can force the right tuner and card types here. if ($options) { log::l("[harddrake::bttv] $options"); # log::explanations("modified file /etc/modules.conf ($options)") if $::isStandalone; - modules::set_options("bttv", $options); + modules::set_options($driver, $options); } return 1; } |