diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-03-04 13:08:03 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-14 10:34:58 +0200 |
commit | 32e2eae23f8fd1b90d86f4d04ca9790952d9d928 (patch) | |
tree | ce1fc74c4870aed1b105e92d22efbd4d762a5bb7 /Documentation/admin-guide/media/pulse8-cec.rst | |
parent | media: docs: move fourcc file to the uAPI document (diff) | |
download | linux-32e2eae23f8fd1b90d86f4d04ca9790952d9d928.tar.xz linux-32e2eae23f8fd1b90d86f4d04ca9790952d9d928.zip |
media: docs: move user-facing docs to the admin guide
Most of the driver-specific documentation is meant to help
users of the media subsystem.
Move them to the admin-guide.
It should be noticed, however, that several of those files
are outdated and will require further work in order to make
them useful again.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/admin-guide/media/pulse8-cec.rst')
-rw-r--r-- | Documentation/admin-guide/media/pulse8-cec.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/admin-guide/media/pulse8-cec.rst b/Documentation/admin-guide/media/pulse8-cec.rst new file mode 100644 index 000000000000..356d08b519f3 --- /dev/null +++ b/Documentation/admin-guide/media/pulse8-cec.rst @@ -0,0 +1,13 @@ +.. SPDX-License-Identifier: GPL-2.0 + +Pulse-Eight CEC Adapter driver +============================== + +The pulse8-cec driver implements the following module option: + +``persistent_config`` +--------------------- + +By default this is off, but when set to 1 the driver will store the current +settings to the device's internal eeprom and restore it the next time the +device is connected to the USB port. |