Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 241831
b: refs/heads/master
c: 5b28302
h: refs/heads/master
i:
  241829: a1bceba
  241827: 6137520
  241823: 1616877
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent 3a9f069 commit e7145cd
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: 7e996afa81f71ade7870eb26b1b17350b4395646
refs/heads/master: 5b2830298dc0534eb33277a31f353bb524e2cc2e
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/vivi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1082,8 +1082,8 @@ static const struct v4l2_ctrl_config vivi_ctrl_int32 = {
.id = VIVI_CID_CUSTOM_BASE + 2,
.name = "Integer 32 Bits",
.type = V4L2_CTRL_TYPE_INTEGER,
.min = -2147483648,
.max = 2147483647,
.min = 0x80000000,
.max = 0x7fffffff,
.step = 1,
};

Expand Down

0 comments on commit e7145cd

Please sign in to comment.