Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168398
b: refs/heads/master
c: 32345b0
h: refs/heads/master
v: v3
  • Loading branch information
Theodore Kilgore authored and Mauro Carvalho Chehab committed Nov 7, 2009
1 parent 00256d5 commit 1bcdb03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 81191f694cb507c49d3c7aa6238dcc0a83ad4001
refs/heads/master: 32345b059676169444d8d3c4a59009adcdf93885
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/mr97310a.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ static int start_cif_cam(struct gspca_dev *gspca_dev)
data[3] = 0x2c; /* reg 2, H size/8 */
data[4] = 0x48; /* reg 3, V size/4 */
data[6] = 0x06; /* reg 5, H start */
data[8] = 0x06 + sd->sensor_type; /* reg 7, V start */
data[8] = 0x06 - sd->sensor_type; /* reg 7, V start */
break;
}
err_code = mr_write(gspca_dev, 11);
Expand Down

0 comments on commit 1bcdb03

Please sign in to comment.