mirror of
https://github.com/armbian/build.git
synced 2025-08-09 20:56:57 +02:00
* sunxi-6.0: initial state: add megous patches to series * sunxi-6.0: Switch to v6.0.1 * wifi: Limit the version 6.0 for Realtek 88x2cs chipsets * Adjust kernel configs * Remove not needed patches * Adjust broken patches Co-authored-by: Igor <igor@armbian.com>
27 lines
967 B
Diff
27 lines
967 B
Diff
From 6a579d8884b7eb5893d25a12f3a505f42b690532 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 038/486] 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 a3470a6bb..fc0e89ce5 100644
|
|
--- a/drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c
|
|
+++ b/drivers/media/platform/sunxi/sun6i-csi/sun6i_video.c
|
|
@@ -417,6 +417,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.35.3
|
|
|