linux/Documentation
Hans Verkuil fa83fca55c media: rename VFL_TYPE_GRABBER to _VIDEO
[ Upstream commit 238e4a5baa361256ae1641ad9455bb2bb359273f ]

We currently have the following devnode types:

enum vfl_devnode_type {
        VFL_TYPE_GRABBER        = 0,
        VFL_TYPE_VBI,
        VFL_TYPE_RADIO,
        VFL_TYPE_SUBDEV,
        VFL_TYPE_SDR,
        VFL_TYPE_TOUCH,
        VFL_TYPE_MAX /* Shall be the last one */
};

They all make sense, except for the first: GRABBER really refers to /dev/videoX
devices, which can be capture, output or m2m, so 'grabber' doesn't even refer to
their function anymore.

Let's call a spade a spade and rename this to VFL_TYPE_VIDEO.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Stable-dep-of: d0b07f712bf6 ("media: ttpci: fix two memleaks in budget_av_attach")
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-26 18:22:22 -04:00
..
2019-07-25 18:00:41 -07:00
2021-06-10 13:37:14 +02:00
2020-02-24 08:36:42 +01:00
2023-06-21 15:44:10 +02:00
2019-09-22 09:30:30 -07:00
2019-07-17 06:57:52 -03:00
2021-05-22 11:38:30 +02:00
2019-07-30 17:27:37 +02:00
2019-09-27 11:17:38 -07:00
2020-11-24 13:29:22 +01:00