This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-dvb.git tree:

Subject: V4L/DVB: gspca - t613: Remove the RGB gains setting from sensor_polling
Author:  Jean-François Moine <[email protected]>
Date:    Fri Jun 4 07:30:21 2010 -0300

This patch also renames the last polling message from the closer one
of the ms-windows driver.

Signed-off-by: Jean-François Moine <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/video/gspca/t613.c |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

---

http://git.linuxtv.org/v4l-dvb.git?a=commitdiff;h=4ce189049a99f72c337879ee084e79451b853497

diff --git a/drivers/media/video/gspca/t613.c b/drivers/media/video/gspca/t613.c
index 7bcf089..8f09d5c 100644
--- a/drivers/media/video/gspca/t613.c
+++ b/drivers/media/video/gspca/t613.c
@@ -973,9 +973,7 @@ static void poll_sensor(struct gspca_dev *gspca_dev)
        static const u8 poll2[] =
                {0x67, 0x02, 0x68, 0x71, 0x69, 0x72, 0x72, 0xa9,
                 0x73, 0x02, 0x73, 0x02, 0x60, 0x14};
-       static const u8 poll3[] =
-               {0x87, 0x3f, 0x88, 0x20, 0x89, 0x2d};
-       static const u8 poll4[] =
+       static const u8 noise03[] =     /* (some differences / ms-drv) */
                {0xa6, 0x0a, 0xea, 0xcf, 0xbe, 0x26, 0xb1, 0x5f,
                 0xa1, 0xb1, 0xda, 0x6b, 0xdb, 0x98, 0xdf, 0x0c,
                 0xc2, 0x80, 0xc3, 0x10};
@@ -983,8 +981,7 @@ static void poll_sensor(struct gspca_dev *gspca_dev)
        PDEBUG(D_STREAM, "[Sensor requires polling]");
        reg_w_buf(gspca_dev, poll1, sizeof poll1);
        reg_w_buf(gspca_dev, poll2, sizeof poll2);
-       reg_w_buf(gspca_dev, poll3, sizeof poll3);
-       reg_w_buf(gspca_dev, poll4, sizeof poll4);
+       reg_w_buf(gspca_dev, noise03, sizeof noise03);
 }
 
 static int sd_start(struct gspca_dev *gspca_dev)

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

Reply via email to