mirror of
https://github.com/armbian/build.git
synced 2025-08-18 09:06:58 +02:00
* The initial state of a series of patches for sunxi-5.17 tag orange-pi-5.17-20220323-1423 * DEBUG for sunxi-5.17 * Add Armbian patches to 5.17 * Fix duplicate nodes for sun50i-h5-orangepi-pc2 * Fix reg_ahci_5v to status okay for bananapro board * Remove an unused patch for an unsupported sun50i-h6-tanix-tx6 board
27 lines
973 B
Diff
27 lines
973 B
Diff
From 54deb0175600b246cbdb38bee031fdac5e82138e Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= <megi@xff.cz>
|
|
Date: Sun, 26 Jan 2020 00:40:55 +0100
|
|
Subject: [PATCH 037/456] media: sun6i-csi: Add some dev notes
|
|
|
|
Signed-off-by: Ondrej Jirman <megi@xff.cz>
|
|
---
|
|
drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c b/drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c
|
|
index e9e3e0851329..f3e9f5428d6d 100644
|
|
--- a/drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c
|
|
+++ b/drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c
|
|
@@ -413,6 +413,8 @@ static int vidioc_try_fmt_vid_cap(struct file *file, void *priv,
|
|
return sun6i_video_try_fmt(video, f);
|
|
}
|
|
|
|
+//XXX: allow to change cameras/media graph setup via this api?
|
|
+// probably pointless...
|
|
static int vidioc_enum_input(struct file *file, void *fh,
|
|
struct v4l2_input *inp)
|
|
{
|
|
--
|
|
2.34.1
|
|
|