aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Andrén <erik.andren@gmail.com>2009-02-02 14:08:06 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 17:20:51 -0400
commit4db120bc07b330cd7221fda85bbfea54053a83af (patch)
tree43a655c74db0432343094fb0d67091ebd76cd1e9
parent65bd761e9a8c9114febab4e554ec0800c59e8983 (diff)
V4L/DVB (11687): gspca - m5602-ov9650: Add missing v4l2 ctrl ids
Red and blue balance missed their id fields Signed-off-by: Erik Andrén <erik.andren@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/gspca/m5602/m5602_ov9650.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/gspca/m5602/m5602_ov9650.c b/drivers/media/video/gspca/m5602/m5602_ov9650.c
index 3219e7c6485b..8dca1c57dcd5 100644
--- a/drivers/media/video/gspca/m5602/m5602_ov9650.c
+++ b/drivers/media/video/gspca/m5602/m5602_ov9650.c
@@ -131,6 +131,7 @@ static const struct ctrl ov9650_ctrls[] = {
131#define RED_BALANCE_IDX 2 131#define RED_BALANCE_IDX 2
132 { 132 {
133 { 133 {
134 .id = V4L2_CID_RED_BALANCE,
134 .type = V4L2_CTRL_TYPE_INTEGER, 135 .type = V4L2_CTRL_TYPE_INTEGER,
135 .name = "red balance", 136 .name = "red balance",
136 .minimum = 0x00, 137 .minimum = 0x00,
@@ -145,6 +146,7 @@ static const struct ctrl ov9650_ctrls[] = {
145#define BLUE_BALANCE_IDX 3 146#define BLUE_BALANCE_IDX 3
146 { 147 {
147 { 148 {
149 .id = V4L2_CID_BLUE_BALANCE,
148 .type = V4L2_CTRL_TYPE_INTEGER, 150 .type = V4L2_CTRL_TYPE_INTEGER,
149 .name = "blue balance", 151 .name = "blue balance",
150 .minimum = 0x00, 152 .minimum = 0x00,