diff options
| author | Bagas Sanjaya <bagasdotme@gmail.com> | 2025-10-24 17:39:33 +0700 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.com> | 2025-11-18 17:53:10 +0100 |
| commit | c6405fb9111d4fb25cc64cdebbe23d982a8a0e83 (patch) | |
| tree | c2bab3584d5f543d4eb72d21d68e1651e99a10fc | |
| parent | 2953fb65481b262514ac13f24ffbc70eeace68c6 (diff) | |
Documentation: hid-alps: Fix packet format section headings
In "Packet Format" section, only "StickPointer data byte" subsection
heading is shown as such in htmldocs output; "Touchpad data byte" one
is in normal paragraph on the other hand.
Properly format the headings to be consistent.
Fixes: 2562756dde55 ("HID: add Alps I2C HID Touchpad-Stick support")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
| -rw-r--r-- | Documentation/hid/hid-alps.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/hid/hid-alps.rst b/Documentation/hid/hid-alps.rst index 94382bb0ada4..3a22254e4346 100644 --- a/Documentation/hid/hid-alps.rst +++ b/Documentation/hid/hid-alps.rst @@ -104,8 +104,10 @@ Read value is stored in Value Byte. Packet Format +------------- + Touchpad data byte ------------------- +~~~~~~~~~~~~~~~~~~ ======= ======= ======= ======= ======= ======= ======= ======= ===== @@ -156,7 +158,7 @@ Zsn_6-0(7bit): StickPointer data byte ----------------------- +~~~~~~~~~~~~~~~~~~~~~~ ======= ======= ======= ======= ======= ======= ======= ======= ===== - b7 b6 b5 b4 b3 b2 b1 b0 |
