diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-01-18 13:37:40 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-03-26 17:41:30 -0700 |
commit | 2291da5b4d305a6506d915d5bef85dedd7c94882 (patch) | |
tree | bf8d51e5c50adf81754b69177c38c3f0fd689c3d /Documentation | |
parent | 07ba9e7be423423043c5090a2f395c0da26e1b3d (diff) | |
download | linux-2291da5b4d305a6506d915d5bef85dedd7c94882.tar.bz2 |
[media] doc-rst: switch to new names for Full Screen/Aspect keys
We defined better names for keys to activate full screen mode or
change aspect ratio (while keeping the existing keycodes to avoid
breaking userspace), so let's use them in the document.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/media/uapi/rc/rc-tables.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/media/uapi/rc/rc-tables.rst b/Documentation/media/uapi/rc/rc-tables.rst index c8ae9479f842..57797e56f45e 100644 --- a/Documentation/media/uapi/rc/rc-tables.rst +++ b/Documentation/media/uapi/rc/rc-tables.rst @@ -616,7 +616,7 @@ the remote via /dev/input/event devices. - .. row 78 - - ``KEY_SCREEN`` + - ``KEY_ASPECT_RATIO`` - Select screen aspect ratio @@ -624,7 +624,7 @@ the remote via /dev/input/event devices. - .. row 79 - - ``KEY_ZOOM`` + - ``KEY_FULL_SCREEN`` - Put device into zoom/full screen mode |