Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25145
b: refs/heads/master
c: 75bc801
h: refs/heads/master
i:
  25143: 5ac157c
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Apr 2, 2006
1 parent d1e98a0 commit 3f933ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 4263fa8ca6d9f387ce0d005e861f7e945c741e6e
refs/heads/master: 75bc8019e5f539b991ea5d68c3bddf797a825081
8 changes: 4 additions & 4 deletions trunk/drivers/media/video/tvp5150.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static struct v4l2_queryctrl tvp5150_qctrl[] = {
.minimum = 0,
.maximum = 255,
.step = 1,
.default_value = 0,
.default_value = 128,
.flags = 0,
}, {
.id = V4L2_CID_CONTRAST,
Expand All @@ -62,7 +62,7 @@ static struct v4l2_queryctrl tvp5150_qctrl[] = {
.minimum = 0,
.maximum = 255,
.step = 0x1,
.default_value = 0x10,
.default_value = 128,
.flags = 0,
}, {
.id = V4L2_CID_SATURATION,
Expand All @@ -71,7 +71,7 @@ static struct v4l2_queryctrl tvp5150_qctrl[] = {
.minimum = 0,
.maximum = 255,
.step = 0x1,
.default_value = 0x10,
.default_value = 128,
.flags = 0,
}, {
.id = V4L2_CID_HUE,
Expand All @@ -80,7 +80,7 @@ static struct v4l2_queryctrl tvp5150_qctrl[] = {
.minimum = -128,
.maximum = 127,
.step = 0x1,
.default_value = 0x10,
.default_value = 0,
.flags = 0,
}
};
Expand Down

0 comments on commit 3f933ec

Please sign in to comment.