aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Verkuil <[email protected]>2024-06-24 12:52:55 +0300
committerHans Verkuil <[email protected]>2024-06-28 08:00:29 +0200
commit3883822e17f7237d07da4970e642a50de991a76b (patch)
treed55c8343fed9c7f5206c7f28fcc19ea86770c5f8
parent50e2eba54d0d865cbb7a4e03fd721d5b396083d1 (diff)
media: Documentation: vivid.rst: add supports_requests
The module option supports_requests was not documented, add it. Signed-off-by: Hans Verkuil <[email protected]>
-rw-r--r--Documentation/admin-guide/media/vivid.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/admin-guide/media/vivid.rst b/Documentation/admin-guide/media/vivid.rst
index d7d5a01f4e59..917b57225939 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.