Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153921
b: refs/heads/master
c: 1fec747
h: refs/heads/master
i:
  153919: e375809
v: v3
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed Jun 23, 2009
1 parent 3aeb1ee commit 58a6e28
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: a5d1cc39fee739cf4fc2a1f43da812c50de9d3d6
refs/heads/master: 1fec747cd389b4812a9932a1416d76e8a53596b2
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/gspca/sonixj.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ static __u32 ctrl_dis[] = {
/* SENSOR_MT9V111 3 */
(1 << INFRARED_IDX) | (1 << VFLIP_IDX),
/* SENSOR_OM6802 4 */
(1 << AUTOGAIN_IDX) | (1 << INFRARED_IDX),
(1 << INFRARED_IDX),
/* SENSOR_OV7630 5 */
(1 << INFRARED_IDX),
/* SENSOR_OV7648 6 */
Expand Down Expand Up @@ -1577,7 +1577,7 @@ static void setautogain(struct gspca_dev *gspca_dev)
else
comb = 0xa0;
if (sd->autogain)
comb |= 0x02;
comb |= 0x03;
i2c_w1(&sd->gspca_dev, 0x13, comb);
return;
}
Expand Down

0 comments on commit 58a6e28

Please sign in to comment.