diff options
author | Costa Shulyupin <costa.shul@redhat.com> | 2023-05-02 04:50:40 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-05-19 17:41:57 +0300 |
commit | 3c591cc954d56e351c48c26f4076f056ab141ff1 (patch) | |
tree | 9f088984180a191e595f5e8209dc7e121ee7bbad /Documentation/subsystem-apis.rst | |
parent | f02c20d9f1567ac483c62342a4d6ac33790e3b2e (diff) | |
download | linux-3c591cc954d56e351c48c26f4076f056ab141ff1.tar.xz |
docs: consolidate human interface subsystems
to make the page more organized as requested
Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230502015040.329394-1-costa.shul@redhat.com
Diffstat (limited to 'Documentation/subsystem-apis.rst')
-rw-r--r-- | Documentation/subsystem-apis.rst | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Documentation/subsystem-apis.rst b/Documentation/subsystem-apis.rst index b51f38527e14..189c887fbbd2 100644 --- a/Documentation/subsystem-apis.rst +++ b/Documentation/subsystem-apis.rst @@ -10,6 +10,18 @@ is taken directly from the kernel source, with supplemental material added as needed (or at least as we managed to add it — probably *not* all that is needed). +Human interfaces +---------------- + +.. toctree:: + :maxdepth: 1 + + input/index + hid/index + sound/index + gpu/index + fb/index + **Fixme**: much more organizational work is needed here. .. toctree:: @@ -22,9 +34,7 @@ needed). block/index cdrom/index cpu-freq/index - fb/index fpga/index - hid/index i2c/index iio/index isdn/index @@ -40,12 +50,9 @@ needed). w1/index watchdog/index virt/index - input/index hwmon/index - gpu/index accel/index security/index - sound/index crypto/index filesystems/index mm/index |