]> git.hungrycats.org Git - linux/commit
[PATCH] Tuner bugfix
authorAndrew Morton <akpm@osdl.org>
Tue, 17 Feb 2004 11:32:13 +0000 (03:32 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Tue, 17 Feb 2004 11:32:13 +0000 (03:32 -0800)
commit92ccab67be413797a96ce05a542bdc024c4dd0cd
treecd8b5b35b1841fcda0b0bf671958ddf7cedf9b20
parent015510a78955f0ba9977d661aae81c602bffa7b9
[PATCH] Tuner bugfix

From: Neal Stephenson <neal@bakerst.org>

In 2.6.2, I noticed that my modprobe.conf line for tuner "options tuner
type=2" no longer worked.  It even failed with insmod "insmod tuner.ko
type=2".  dmesg reported

vmunix: tuner: chip found @ 0xc0
vmunix: tuner: type set to 19 (Temic PAL* auto (4006 FN5))
vmunix: tuner: type forced to 19 (Temic PAL* auto (4006 FN5)) [insmod]

I noticed that the a line had been removed from 2.6.1 and when it is added
everything works again.
drivers/media/video/tuner.c