* [PATCH 20/32] Input: yealink.rst: Fix bracket
@ 2026-09-04 12:10 Manuel Ebner
2026-09-04 21:11 ` Randy Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Manuel Ebner @ 2026-09-04 12:10 UTC (permalink / raw)
To: Henk Vergonet, Dmitry Torokhov, Jonathan Corbet, Shuah Khan
Cc: Manuel Ebner, linux-input, linux-doc, linux-kernel
Remove needless '['.
Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
Documentation/input/devices/yealink.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/input/devices/yealink.rst b/Documentation/input/devices/yealink.rst
index bb5a1aafe..de86cf7f5 100644
--- a/Documentation/input/devices/yealink.rst
+++ b/Documentation/input/devices/yealink.rst
@@ -205,7 +205,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.
--
2.54.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 20/32] Input: yealink.rst: Fix bracket
2026-09-04 12:10 [PATCH 20/32] Input: yealink.rst: Fix bracket Manuel Ebner
@ 2026-09-04 21:11 ` Randy Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2026-09-04 21:11 UTC (permalink / raw)
To: Manuel Ebner, Henk Vergonet, Dmitry Torokhov, Jonathan Corbet,
Shuah Khan
Cc: linux-input, linux-doc, linux-kernel
On 9/4/26 5:10 AM, Manuel Ebner wrote:
> Remove needless '['.
>
> Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
> ---
> Documentation/input/devices/yealink.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/input/devices/yealink.rst b/Documentation/input/devices/yealink.rst
> index bb5a1aafe..de86cf7f5 100644
> --- a/Documentation/input/devices/yealink.rst
> +++ b/Documentation/input/devices/yealink.rst
> @@ -205,7 +205,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.
According to drivers/hid/hid-core.c (near line 2395 in today's linux-next tree),
this documentation should have a ']' added to it:
hid_info(hdev, "%s: %s HID v%x.%02x %s [%s] on %s\n",
buf, bus, hdev->version >> 8, hdev->version & 0xff,
type, hdev->name, hdev->phys);
so
+ hiddev0: USB HID v1.00 Device [Yealink Network Technology Ltd. VOIP USB Phone]
AFAICT.
--
~Randy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-04 21:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-04 12:10 [PATCH 20/32] Input: yealink.rst: Fix bracket Manuel Ebner
2026-09-04 21:11 ` Randy Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox