Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153924
b: refs/heads/master
c: 3fb4a57
h: refs/heads/master
v: v3
  • Loading branch information
Hans de Goede authored and Mauro Carvalho Chehab committed Jun 23, 2009
1 parent a3de6fa commit c724b2f
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: f800952c21157f11a5510d9cf700c9a7ba30800d
refs/heads/master: 3fb4a57b494e05dba4d1305e2347c6633b76c20e
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/gspca/sonixj.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ static struct ctrl sd_ctrls[] = {
{
.id = V4L2_CID_SATURATION,
.type = V4L2_CTRL_TYPE_INTEGER,
.name = "Color",
.name = "Saturation",
.minimum = 0,
.maximum = 40,
.step = 1,
#define COLOR_DEF 32
#define COLOR_DEF 25
.default_value = COLOR_DEF,
},
.set = sd_setcolors,
Expand Down

0 comments on commit c724b2f

Please sign in to comment.