Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232181
b: refs/heads/master
c: f913c00
h: refs/heads/master
i:
  232179: 2bb4222
v: v3
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed Jan 19, 2011
1 parent 166364f commit 7bad19d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0a76cb8cefbaf84465e0cd9a6a1da7f54981c8ef
refs/heads/master: f913c001cd6084db0e3486b832234d2fe4513ff6
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/gspca/sonixb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ static void do_autogain(struct gspca_dev *gspca_dev)
desired_avg_lum = 5000;
} else {
deadzone = 1500;
desired_avg_lum = 18000;
desired_avg_lum = 13000;
}

if (sensor_data[sd->sensor].flags & F_COARSE_EXPO)
Expand Down Expand Up @@ -1135,7 +1135,7 @@ static int sd_start(struct gspca_dev *gspca_dev)
} else {
regs[0x1a] = 0x1d; /* HO_SIZE 960, makes no sense */
regs[0x1b] = 0x10; /* VO_SIZE 512, makes no sense */
regs[0x1c] = 0x02; /* AE H-start 64 */
regs[0x1c] = 0x05; /* AE H-start 160 */
regs[0x1d] = 0x03; /* AE V-start 96 */
regs[0x1e] = 0x0f; /* AE H-end 480 */
regs[0x1f] = 0x0c; /* AE V-end 384 */
Expand Down

0 comments on commit 7bad19d

Please sign in to comment.