projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac5bb89
)
bf561: add capabilities in adv7183_inputs
author
Scott Jiang
<
[email protected]
>
Wed, 20 Jun 2012 22:46:54 +0000
(18:46 -0400)
committer
Bob Liu
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Bob Liu <
[email protected]
>
arch/blackfin/mach-bf561/boards/ezkit.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/mach-bf561/boards/ezkit.c
b/arch/blackfin/mach-bf561/boards/ezkit.c
index 838978808a15a4414410301b2ba464604eae5f36..7c36777c645558315d651af24e992d0bd2f722f1 100644
(file)
--- a/
arch/blackfin/mach-bf561/boards/ezkit.c
+++ b/
arch/blackfin/mach-bf561/boards/ezkit.c
@@
-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,
},
};