Make that two typos.

Bryan Mayland wrote:

Dammit, I'm really bad with the typos. Register 0x047d, 0x047e, what's the difference?
Try this patch.

Sigurd Nes wrote:

The video got worse with 0.3.6.b than with 0.3.6.a

--- driver/cx25840-driver.c.orig        2005-06-06 13:50:50.381904848 -0400
+++ driver/cx25840-driver.c     2005-06-06 13:57:41.949337088 -0400
@@ -222,7 +222,7 @@
                        cx25840_write(client, 0x047a, 0x80);
                        cx25840_write(client, 0x047b, 0x00);
                        cx25840_write(client, 0x047c, 0x5f);
-                       cx25840_write(client, 0x047d, 0xa4);
+                       cx25840_write(client, 0x047d, 0x42);
                } else {
                        cx25840_write(client, 0x047a, 0x90);
                        cx25840_write(client, 0x047b, 0x20);
@@ -230,7 +230,7 @@
                        cx25840_write(client, 0x047d, 0x82);
                }
 
-                cx25840_write(client, 0x047d, 0x0a);
+                cx25840_write(client, 0x047e, 0x0a);
                 cx25840_write(client, 0x047f, 0x01);
         } else {
                 cx25840_write(client, 0x0470, 0x7a);

Reply via email to