Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174134
b: refs/heads/master
c: c76e6f1
h: refs/heads/master
v: v3
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 01547a2 commit e0512c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69f1fe28f08000a123b3d71fac88564109da09fd
refs/heads/master: c76e6f11662f49dd31a49a07f4c06ee9bea6572b
12 changes: 6 additions & 6 deletions trunk/drivers/media/video/gspca/ov534.c
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ static const u8 bridge_start_ov965x_vga[][2] = {
{}
};

static const u8 bridge_start_ov965x_cif[][2] = {
static const u8 bridge_start_ov965x_qvga[][2] = {
{0xc2, 0x4c},
{0xc3, 0xf9},
{0xda, 0x00},
Expand Down Expand Up @@ -865,7 +865,7 @@ static const u8 sensor_start_ov965x_vga[][2] = {
{}
};

static const u8 sensor_start_ov965x_cif[][2] = {
static const u8 sensor_start_ov965x_qvga[][2] = {
{0x3b, 0xe4}, /* com11 - night mode 1/4 frame rate */
{0x1e, 0x04}, /* mvfp */
{0x13, 0xe0}, /* com8 */
Expand Down Expand Up @@ -1359,10 +1359,10 @@ static int sd_start_ov965x(struct gspca_dev *gspca_dev)

mode = gspca_dev->cam.cam_mode[gspca_dev->curr_mode].priv;
if (mode != 0) { /* 320x240 */
reg_w_array(gspca_dev, bridge_start_ov965x_cif,
ARRAY_SIZE(bridge_start_ov965x_cif));
sccb_w_array(gspca_dev, sensor_start_ov965x_cif,
ARRAY_SIZE(sensor_start_ov965x_cif));
reg_w_array(gspca_dev, bridge_start_ov965x_qvga,
ARRAY_SIZE(bridge_start_ov965x_qvga));
sccb_w_array(gspca_dev, sensor_start_ov965x_qvga,
ARRAY_SIZE(sensor_start_ov965x_qvga));
} else { /* 640x480 */
reg_w_array(gspca_dev, bridge_start_ov965x_vga,
ARRAY_SIZE(bridge_start_ov965x_vga));
Expand Down

0 comments on commit e0512c1

Please sign in to comment.