The patch number 11646 was added via Erik Andr?n <erik.and...@gmail.com>
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 <linux-me...@vger.kernel.org>

------

From: Erik Andr?n  <erik.and...@gmail.com>
gspca - m5602-mt9m111: Disable QVGA until it has been verified to work


The QVGA resolution currently hasn't been verified to work. Disable it for now.

Priority: normal

Signed-off-by: Erik Andr?n <erik.and...@gmail.com>


---

 linux/drivers/media/video/gspca/m5602/m5602_mt9m111.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff -r 9d10a3b8e6a6 -r 05f37513e447 
linux/drivers/media/video/gspca/m5602/m5602_mt9m111.c
--- a/linux/drivers/media/video/gspca/m5602/m5602_mt9m111.c     Sun Jan 25 
19:25:44 2009 +0100
+++ b/linux/drivers/media/video/gspca/m5602/m5602_mt9m111.c     Wed Jan 28 
07:29:51 2009 +0100
@@ -36,6 +36,7 @@ static int mt9m111_set_red_balance(struc
 static int mt9m111_set_red_balance(struct gspca_dev *gspca_dev, __s32 val);
 
 static struct v4l2_pix_format mt9m111_modes[] = {
+#if 0
        {
                320,
                240,
@@ -45,7 +46,9 @@ static struct v4l2_pix_format mt9m111_mo
                .bytesperline = 320,
                .colorspace = V4L2_COLORSPACE_SRGB,
                .priv = 0
-       }, {
+       },
+#endif
+       {
                640,
                480,
                V4L2_PIX_FMT_SBGGR8,


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/05f37513e447d076d9a55d90fa7f7086f7e57727

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

Reply via email to