The patch number 9871 was added via Jean-Francois Moine <moin...@free.fr>
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:
        v4l-dvb-maintai...@linuxtv.org

------

From: Jean-Francois Moine  <moin...@free.fr>
gspca - vc032x: Bad detection of sensor mi0360.


Priority: normal

Signed-off-by: Jean-Francois Moine <moin...@free.fr>


---

 linux/drivers/media/video/gspca/vc032x.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r 0dd65f86abd7 -r 55b573f9ca33 linux/drivers/media/video/gspca/vc032x.c
--- a/linux/drivers/media/video/gspca/vc032x.c  Wed Dec 10 09:06:13 2008 +0100
+++ b/linux/drivers/media/video/gspca/vc032x.c  Wed Dec 10 09:13:05 2008 +0100
@@ -1878,7 +1878,7 @@ static int vc032x_probe_sensor(struct gs
                /* special case for MI0360 */
                if (ptsensor_info->sensorId == SENSOR_MI1310_SOC
                    && value == 0x8243)
-                       return ptsensor_info->sensorId;
+                       return SENSOR_MI0360;
        }
        return -1;
 }


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/55b573f9ca33dcc90bc41018335a8cc7839564ef

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to