Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285358
b: refs/heads/master
c: b267b73
h: refs/heads/master
v: v3
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Dec 11, 2011
1 parent 001a769 commit e7ed10d
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: 41f09322e912fdfbd947d7363dec69cff96adc3d
refs/heads/master: b267b73d5a508eb9c92d9781d951f4c0d035481a
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/gspca/topro.c
Original file line number Diff line number Diff line change
Expand Up @@ -3946,7 +3946,7 @@ static int get_fr_idx(struct gspca_dev *gspca_dev)
/* 640x480 * 30 fps does not work */
if (i == 6 /* if 30 fps */
&& gspca_dev->width == 640)
i = 0x86; /* 15 fps */
i = 0x05; /* 15 fps */
} else {
for (i = 0; i < ARRAY_SIZE(rates_6810) - 1; i++) {
if (sd->framerate >= rates_6810[i])
Expand Down

0 comments on commit e7ed10d

Please sign in to comment.