From: Hans Verkuil Date: Mon, 24 Jun 2024 09:52:55 +0000 (+0300) Subject: media: Documentation: vivid.rst: add supports_requests X-Git-Tag: v6.11-rc1~142^2~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3883822e17f7237d07da4970e642a50de991a76b;p=thirdparty%2Fkernel%2Flinux.git media: Documentation: vivid.rst: add supports_requests The module option supports_requests was not documented, add it. Signed-off-by: Hans Verkuil --- diff --git a/Documentation/admin-guide/media/vivid.rst b/Documentation/admin-guide/media/vivid.rst index d7d5a01f4e59f..917b57225939e 100644 --- a/Documentation/admin-guide/media/vivid.rst +++ b/Documentation/admin-guide/media/vivid.rst @@ -302,6 +302,15 @@ all configurable using the following module options: - 0: forbid hints - 1: allow hints +- supports_requests: + + specifies if the device should support the Request API. There are + three possible values, default is 1: + + - 0: no request + - 1: supports requests + - 2: requires requests + Taken together, all these module options allow you to precisely customize the driver behavior and test your application with all sorts of permutations. It is also very suitable to emulate hardware that is not yet available, e.g.