Linux Input/HID development
 help / color / mirror / Atom feed
* [BUG] Side buttons not detected on Telink 2.4G mouse (ID 320f:226f)
@ 2025-10-05 17:57 Артем Бігдаш
  2025-10-09  3:31 ` Linux Hid
  0 siblings, 1 reply; 6+ messages in thread
From: Артем Бігдаш @ 2025-10-05 17:57 UTC (permalink / raw)
  To: linux-input

Hello,

I am reporting an issue with a wireless mouse that uses a Telink 2.4G
receiver. The side buttons (Forward/Back) are not detected by the
system.

Device Information:
- Name: Redragon King Lite
- lsusb ID: 320f:226f Telink 2.4G Wireless Receiver
- System: Fedora 42, KDE Plasma

Diagnostics:
- Standard tools like `evtest` and `libinput debug-events` show no
events when the side buttons are pressed. The kernel does not seem to
create any evdev events for them.
- However, `hid-recorder` on the correct hidraw interface
(`/dev/hidraw1`) successfully captures the raw HID reports.

Raw HID Reports:

Pressing the first side button (likely Back/Forward) sends this report:
E: ... 8 01 10 00 00 00 00 00 00
Releasing it sends:
E: ... 8 01 00 00 00 00 00 00 00

Pressing the second side button (likely Forward/Back) sends this report:
E: ... 8 01 08 00 00 00 00 00 00
Releasing it sends:
E: ... 8 01 00 00 00 00 00 00 00

It seems the `usbhid` driver does not correctly parse these HID
reports (report ID 1, second byte mask 0x10 and 0x08) into standard
KEY_BACK/KEY_FORWARD events.

Could you please advise if a quirk can be added to the kernel to
support this device correctly? All the necessary diagnostic data
appears to be above.

Thank you for your time and work on the Linux kernel.

Best regards,
Btema2

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-11-26 16:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-05 17:57 [BUG] Side buttons not detected on Telink 2.4G mouse (ID 320f:226f) Артем Бігдаш
2025-10-09  3:31 ` Linux Hid
     [not found]   ` <CADYkRmoNpF03Mk7fGgT48pS0daW=h79-87yURqrkgOwxZXjgnw@mail.gmail.com>
2025-11-17 21:34     ` Terry Junge
2025-11-20  1:49       ` [PATCH v1] HID: Fix Report Descriptor for Evision Wireless Receiver 320f:226f Terry Junge
2025-11-21 22:58         ` Artem
2025-11-26 16:18         ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox