View Single Post
Old 08-28-2024, 07:23 PM   #179
silvern0va
Member
silvern0va began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Aug 2024
Device: Kobo Libra Colour
Quote:
Originally Posted by Renate View Post
I think that there are two things going on here.
The first is that your hid kernel module is junk.
It's translating USB Consumer codes into Misc, which is not necessary.
Code:
Usage page 0x0c (Consumer)

(0)c 00b5  Scan Next Track     -> a3 KEY_NEXTSONG
(0)c 00b6  Scan Previous Track -> a5 KEY_PREVIOUSSONG
(0)c 00cd  Play/Pause          -> a4 KEY_PLAYPAUSE
The other problem is that your device is also an absolute pointer.
But I think that they screwed up the report descriptor.
Apparently they are only using one report so it always sends screwed up pointer with each button.

If you have a Raspberry Pi we can experiment further with that.
I don't have any executables for Kobo right now.
I guess that I could make one.
Sadly no Raspberry Pi, just a Windows PC, an android phone, a Kobo, and a dream lol

I ordered this off tiktok shop because I liked how small it was but I think it's probably screwed me.
silvern0va is offline   Reply With Quote