Commit b505cbcb authored by Jean-Francois Moine's avatar Jean-Francois Moine Committed by Mauro Carvalho Chehab

V4L/DVB (10354): gspca - tv8532: Change the max brightness.

Signed-off-by: default avatarJean-Francois Moine <moinejf@free.fr>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 8789d810
...@@ -46,9 +46,9 @@ static struct ctrl sd_ctrls[] = { ...@@ -46,9 +46,9 @@ static struct ctrl sd_ctrls[] = {
.type = V4L2_CTRL_TYPE_INTEGER, .type = V4L2_CTRL_TYPE_INTEGER,
.name = "Brightness", .name = "Brightness",
.minimum = 1, .minimum = 1,
.maximum = 0x2ff, .maximum = 0x15f, /* = 352 - 1 */
.step = 1, .step = 1,
#define BRIGHTNESS_DEF 0x18f #define BRIGHTNESS_DEF 0x14c
.default_value = BRIGHTNESS_DEF, .default_value = BRIGHTNESS_DEF,
}, },
.set = sd_setbrightness, .set = sd_setbrightness,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment