* [PATCH 5/6] gspca - gl860: fix for wrong 0V9655 resolution identifier name
@ 2010-06-01 22:58 Olivier Lorin
0 siblings, 0 replies; only message in thread
From: Olivier Lorin @ 2010-06-01 22:58 UTC (permalink / raw)
To: V4L Mailing List; +Cc: Jean-Francois Moine
gspca - gl860: fix for wrong 0V9655 resolution identifier name
From: Olivier Lorin <o.lorin@laposte.net>
- Fix for a wrong OV9655 image resolution identifier name
Priority: normal
Signed-off-by: Olivier Lorin <o.lorin@laposte.net>
diff -urpN i4/gl860-ov9655.c gl860/gl860-ov9655.c
--- i4/gl860-ov9655.c 2010-06-01 23:18:28.000000000 +0200
+++ gl860/gl860-ov9655.c 2010-04-28 13:39:14.000000000 +0200
@@ -69,7 +69,7 @@ static u8 *tbl_640[] = {
"\xd0\x01\xd1\x08\xd2\xe0\xd3\x01" "\xd4\x10\xd5\x80"
};
-static u8 *tbl_800[] = {
+static u8 *tbl_1280[] = {
"\x00\x40\x07\x6a\x06\xf3\x0d\x6a" "\x10\x10\xc1\x01"
,
"\x12\x80\x00\x00\x01\x98\x02\x80" "\x03\x12\x04\x01\x0b\x57\x0e\x61"
@@ -217,7 +217,7 @@ static int ov9655_init_post_alt(struct g
ctrl_out(gspca_dev, 0x40, 5, 0x0001, 0x0000, 0, NULL);
- tbl = (reso == IMAGE_640) ? tbl_640 : tbl_800;
+ tbl = (reso == IMAGE_640) ? tbl_640 : tbl_1280;
ctrl_out(gspca_dev, 0x40, 3, 0x0000, 0x0200,
tbl_length[0], tbl[0]);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-01 22:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-01 22:58 [PATCH 5/6] gspca - gl860: fix for wrong 0V9655 resolution identifier name Olivier Lorin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox