ChangeSet 1.2231.1.198, 2005/03/28 20:11:24-08:00, [EMAIL PROTECTED]

        [PATCH] dvb: mt352: Pinnacle 300i comments
        
        Comment preliminary Pinnacle 300i changes to the mt352 driver.
        
        Signed-off-by: Johannes Stezenbach <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 mt352.c |    4 ++++
 1 files changed, 4 insertions(+)


diff -Nru a/drivers/media/dvb/frontends/mt352.c 
b/drivers/media/dvb/frontends/mt352.c
--- a/drivers/media/dvb/frontends/mt352.c       2005-03-28 21:50:16 -08:00
+++ b/drivers/media/dvb/frontends/mt352.c       2005-03-28 21:50:16 -08:00
@@ -294,6 +294,8 @@
        state->config->pll_set(fe, param, buf+8);
 
 #if 0 /* FIXME: should be catched elsewhere ... */
+       /* this dubious code which helped on some cards does not work for
+        * the pinnacle 300i */
        /* Only send the tuning request if the tuner doesn't have the requested
         * parameters already set.  Enhances tuning time and prevents stream
         * breakup when retuning the same transponder. */
@@ -435,6 +437,8 @@
 {
        struct mt352_state* state = (struct mt352_state*) fe->demodulator_priv;
 #if 1
+       /* the pinnacle 300i loses lock if the STATUS_x registers
+        * are polled too often... */
        int val;
 
        if (0 != mt352_read_register(state, INTERRUPT_0)) {
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to