mirror of
https://github.com/armbian/build.git
synced 2025-08-12 14:16:57 +02:00
* sunxi-5.19: Initial state for megous patches * Add the ability to do 5.19 * Move to 5.19 - tested both - removed broken Opi Zero xradio driver https://armbian.atlassian.net/browse/AR-1280 * sunxi-5.19: fix tag for switch * sunxi-5.19: Initial state for armbian patches * sunxi-5.19: Add armbian patches to series.conf file * sanxi-5.19: Add other 2 patches * sunxi-5.19: Limit to use the 'wireless/xradio' module Limit the kernel version to less than 5.19 to use the 'wireless/xradio' module Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
27 lines
967 B
Diff
27 lines
967 B
Diff
From 9c4e55b751aec0ad50984d86ad477c5a3d7709aa 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/417] 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 8777d61e4..76e50952b 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
|
|
|