提交 b505cbcb 编写于 作者: J Jean-Francois Moine 提交者: Mauro Carvalho Chehab

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

Signed-off-by: NJean-Francois Moine <moinejf@free.fr>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册