Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330957
b: refs/heads/master
c: 50c457a
h: refs/heads/master
i:
  330955: 907a6df
v: v3
  • Loading branch information
Emil Goode authored and Mauro Carvalho Chehab committed Sep 13, 2012
1 parent e0cfa77 commit fb2f880
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: 4a7ec2db262628f8b13af76b09bb147943264529
refs/heads/master: 50c457a950ac06b4c461ed36fdb4a84c0d27a82b
16 changes: 8 additions & 8 deletions trunk/drivers/media/usb/gspca/ov519.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@ enum sensors {

/* table of the disabled controls */
struct ctrl_valid {
int has_brightness:1;
int has_contrast:1;
int has_exposure:1;
int has_autogain:1;
int has_sat:1;
int has_hvflip:1;
int has_autobright:1;
int has_freq:1;
unsigned int has_brightness:1;
unsigned int has_contrast:1;
unsigned int has_exposure:1;
unsigned int has_autogain:1;
unsigned int has_sat:1;
unsigned int has_hvflip:1;
unsigned int has_autobright:1;
unsigned int has_freq:1;
};

static const struct ctrl_valid valid_controls[] = {
Expand Down

0 comments on commit fb2f880

Please sign in to comment.