Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330964
b: refs/heads/master
c: db43b9c
h: refs/heads/master
v: v3
  • Loading branch information
Frank Schäfer authored and Mauro Carvalho Chehab committed Sep 13, 2012
1 parent 34bb390 commit 2fe1f94
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: 97d2fbf501e3cf105ac957086c7e40e62e15cdf8
refs/heads/master: db43b9ca2f101d0945d043fa7d5ecd8f2da17fef
2 changes: 1 addition & 1 deletion trunk/drivers/media/usb/gspca/pac7302.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ static int sd_init_controls(struct gspca_dev *gspca_dev)
sd->red_balance = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
V4L2_CID_RED_BALANCE, 0, 3, 1, 1);
sd->blue_balance = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
V4L2_CID_RED_BALANCE, 0, 3, 1, 1);
V4L2_CID_BLUE_BALANCE, 0, 3, 1, 1);

gspca_dev->autogain = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
V4L2_CID_AUTOGAIN, 0, 1, 1, 1);
Expand Down

0 comments on commit 2fe1f94

Please sign in to comment.