Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104037
b: refs/heads/master
c: 1ff1e48
h: refs/heads/master
i:
  104035: 6375d35
v: v3
  • Loading branch information
Jean-Francois Moine authored and Mauro Carvalho Chehab committed Jul 20, 2008
1 parent ee79b8d commit 62edae9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: d87616f5a5af028d399f2c3e14c3115c67e415cf
refs/heads/master: 1ff1e48442188b9ae68aef82b66baef89e988cf6
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/sonixb.c
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ static void sd_start(struct gspca_dev *gspca_dev)
case SENSOR_OV7630:
reg01 = 0x06;
reg17 = 0x29;
l = 0x10;
l = sizeof initOv7630;
break;
case SENSOR_OV7630_3:
reg01 = 0x44;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/gspca/vc032x.c
Original file line number Diff line number Diff line change
Expand Up @@ -925,14 +925,14 @@ static const __u8 ov7660_initQVGA_data[][4] = {
{0xb8, 0x8f, 0xff, 0xcc}, /* ff */
{0x00, 0x29, 0x3c, 0xaa},
{0xb3, 0x01, 0x45, 0xcc}, /* 45 */
{0x00, 0x00, 0x00, 0x00}
{}
};

static const __u8 ov7660_50HZ[][4] = {
{0x00, 0x3b, 0x08, 0xaa},
{0x00, 0x9d, 0x40, 0xaa},
{0x00, 0x13, 0xa7, 0xaa},
{0x00, 0x00, 0x00, 0x00}
{}
};

static const __u8 ov7660_60HZ[][4] = {
Expand Down

0 comments on commit 62edae9

Please sign in to comment.