From 5905453cd3efa88f980921158ed30309a0ad9afb Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 20 Mar 2004 08:55:22 +0000 Subject: fix setting options for bttv instead of saa7134 (#5612) --- perl-install/harddrake/v4l.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake') 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; } -- cgit v1.2.1