]> Pileus Git - ~andy/linux/commitdiff
bf561: add capabilities in adv7183_inputs
authorScott Jiang <scott.jiang.linux@gmail.com>
Wed, 20 Jun 2012 22:46:54 +0000 (18:46 -0400)
committerBob Liu <lliubbo@gmail.com>
Tue, 24 Jul 2012 05:39:51 +0000 (13:39 +0800)
Add capabilities in adv7183_inputs to indicate that S_STD is supported.

Signed-off-by: Scott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
arch/blackfin/mach-bf561/boards/ezkit.c

index 838978808a15a4414410301b2ba464604eae5f36..7c36777c645558315d651af24e992d0bd2f722f1 100644 (file)
@@ -452,18 +452,21 @@ static struct v4l2_input adv7183_inputs[] = {
                .name = "Composite",
                .type = V4L2_INPUT_TYPE_CAMERA,
                .std = V4L2_STD_ALL,
+               .capabilities = V4L2_IN_CAP_STD,
        },
        {
                .index = 1,
                .name = "S-Video",
                .type = V4L2_INPUT_TYPE_CAMERA,
                .std = V4L2_STD_ALL,
+               .capabilities = V4L2_IN_CAP_STD,
        },
        {
                .index = 2,
                .name = "Component",
                .type = V4L2_INPUT_TYPE_CAMERA,
                .std = V4L2_STD_ALL,
+               .capabilities = V4L2_IN_CAP_STD,
        },
 };