Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271948
b: refs/heads/master
c: b12ab3f
h: refs/heads/master
v: v3
  • Loading branch information
Mijhail Moreyra authored and Mauro Carvalho Chehab committed Oct 14, 2011
1 parent 33099c2 commit fd7763d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 18d644767171a13214b01c7edc62105bdaddd66e
refs/heads/master: b12ab3f81c1ae129aae5ab0fe538ed0afd0cb7d1
12 changes: 6 additions & 6 deletions trunk/drivers/media/video/cx23885/cx23885-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ static struct cx23885_ctrl cx23885_ctls[] = {
.id = V4L2_CID_CONTRAST,
.name = "Contrast",
.minimum = 0,
.maximum = 0xff,
.maximum = 0x7f,
.step = 1,
.default_value = 0x3f,
.type = V4L2_CTRL_TYPE_INTEGER,
Expand All @@ -184,10 +184,10 @@ static struct cx23885_ctrl cx23885_ctls[] = {
.v = {
.id = V4L2_CID_HUE,
.name = "Hue",
.minimum = 0,
.maximum = 0xff,
.minimum = -127,
.maximum = 128,
.step = 1,
.default_value = 0x7f,
.default_value = 0x0,
.type = V4L2_CTRL_TYPE_INTEGER,
},
.off = 128,
Expand All @@ -202,9 +202,9 @@ static struct cx23885_ctrl cx23885_ctls[] = {
.id = V4L2_CID_SATURATION,
.name = "Saturation",
.minimum = 0,
.maximum = 0xff,
.maximum = 0x7f,
.step = 1,
.default_value = 0x7f,
.default_value = 0x3f,
.type = V4L2_CTRL_TYPE_INTEGER,
},
.off = 0,
Expand Down

0 comments on commit fd7763d

Please sign in to comment.