diff options
| author | Manuel Ebner <manuelebnerli@mailbox.org> | 2026-09-08 13:55:50 +0200 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-09-15 13:14:53 -0600 |
| commit | e0e7f6cc8d81ef39293fbe0d19141680ec414599 (patch) | |
| tree | ec0b96486edc30e908365c7877490b3a0d0e420f | |
| parent | 0fcf270588d60091f3fdd4bea6bc4e4403d9528c (diff) | |
| download | linux-next-e0e7f6cc8d81ef39293fbe0d19141680ec414599.tar.gz linux-next-e0e7f6cc8d81ef39293fbe0d19141680ec414599.zip | |
Input: yealink.rst: Fix wording, quotation and typo
Improve readability.
Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260908115551.1345764-2-manuelebnerli@mailbox.org>
| -rw-r--r-- | Documentation/input/devices/yealink.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/input/devices/yealink.rst b/Documentation/input/devices/yealink.rst index bb5a1aafeca2..53191a3c83ca 100644 --- a/Documentation/input/devices/yealink.rst +++ b/Documentation/input/devices/yealink.rst @@ -120,9 +120,10 @@ Reading /sys/../lineX will return the format string with its current value. Writing to /sys/../lineX will set the corresponding LCD line. - Excess characters are ignored. - - If less characters are written than allowed, the remaining digits are + - If fewer characters than allowed are written, the remaining digits are unchanged. - - The tab '\t'and '\n' char does not overwrite the original content. + - The tab ``\t`` and newline ``\n`` characters do not overwrite the original + content. - Writing a space to an icon will always hide its content. Example:: @@ -205,7 +206,7 @@ Troubleshooting :Q: Module yealink compiled and installed without any problem but phone is not initialized and does not react to any actions. :A: If you see something like: - hiddev0: USB HID v1.00 Device [Yealink Network Technology Ltd. VOIP USB Phone + hiddev0: USB HID v1.00 Device [Yealink Network Technology Ltd. VOIP USB Phone] in dmesg, it means that the hid driver has grabbed the device first. Try to load module yealink before any other usb hid driver. Please see the instructions provided by your distribution on module configuration. |
