The patch number 10369 was added via Jean-Francois Moine <[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:
        Linux Media Mailing List <[email protected]>

------

From: Kyle Guinn  <[email protected]>
gspca - mr97310a: Fix camera initialization copy/paste bugs.


Priority: normal

Signed-off-by: Kyle Guinn <[email protected]>
Signed-off-by: Jean-Francois Moine <[email protected]>


---

 linux/drivers/media/video/gspca/mr97310a.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -r 8622a834b925 -r 6e3ffc3b8ed3 linux/drivers/media/video/gspca/mr97310a.c
--- a/linux/drivers/media/video/gspca/mr97310a.c        Fri Jan 16 20:24:28 
2009 +0100
+++ b/linux/drivers/media/video/gspca/mr97310a.c        Sat Jan 17 08:32:32 
2009 +0100
@@ -247,8 +247,8 @@ static int sd_start(struct gspca_dev *gs
        data[5] = 0x00;
        data[6] = 0x70;
        data[7] = 0x00;
-       data[8] = 0x01;
-       err_code = reg_w(gspca_dev, 10);
+       data[8] = 0x00;
+       err_code = reg_w(gspca_dev, 9);
        if (err_code < 0)
                return err_code;
 


---

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

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

Reply via email to