V4L/DVB (10354): gspca - tv8532: Change the max brightness.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
8789d810f1
commit
b505cbcb09
@@ -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,
|
||||||
|
Reference in New Issue
Block a user