The patch number 9458 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]>
Bugfix: gate control needs to be handled


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


---

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

diff -r 9fccce5c73e3 -r 2076f8e6124f 
linux/drivers/media/dvb/frontends/stb0899_algo.c
--- a/linux/drivers/media/dvb/frontends/stb0899_algo.c  Mon Feb 04 02:37:02 
2008 +0400
+++ b/linux/drivers/media/dvb/frontends/stb0899_algo.c  Sun Feb 24 01:02:45 
2008 +0400
@@ -146,7 +146,9 @@ static void stb0899_first_subrange(struc
        u32 bandwidth = 0;
 
        if (config->tuner_get_bandwidth) {
+               stb0899_i2c_gate_ctrl(&state->frontend, 1);
                config->tuner_get_bandwidth(&state->frontend, &bandwidth);
+               stb0899_i2c_gate_ctrl(&state->frontend, 0);
                range = bandwidth - stb0899_carr_width(state) / 2;
        }
 


---

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

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

Reply via email to