The patch number 9452 was added via Manu Abraham <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Manu Abraham  <[EMAIL PROTECTED]>
Fix invalid GCT mode


Signed-off-by: Manu Abraham <[EMAIL PROTECTED]>


---

 linux/drivers/media/dvb/frontends/stb6100.c |    3 +++
 1 file changed, 3 insertions(+)

diff -r 91eeb92a0f65 -r bd608c8089b3 linux/drivers/media/dvb/frontends/stb6100.c
--- a/linux/drivers/media/dvb/frontends/stb6100.c       Sat Jan 26 01:25:13 
2008 +0400
+++ b/linux/drivers/media/dvb/frontends/stb6100.c       Sat Jan 26 01:35:21 
2008 +0400
@@ -367,7 +367,10 @@ static int stb6100_set_frequency(struct 
                g = 12;
        else
                g = 14;
+
        regs[STB6100_G] = (regs[STB6100_G] & ~STB6100_G_G) | g;
+       regs[STB6100_G] &= ~STB6100_G_GCT; /* mask GCT */
+       regs[STB6100_G] |= (1 << 5); /* 2Vp-p Mode */
 
        /* VCO divide ratio (LO divide ratio, VCO prescaler enable).    */
        if (frequency <= 1075000)


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/bd608c8089b3ae9cf954f15b056b9663d85b8b9a

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to