View Single Post
Old 08-28-2024, 09:54 PM   #181
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,981
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Hey! I forgot that Kobo is compatible for RPi and I already had that built.
It executes on my Aura2 but I don't even have anything HID.

Actually, the easiest will be if you just copy the report descriptor.
I usually do ioctl, but I forgot that it's in /sys anyway.
Look in /sys/bus/hid/devices/ for your ring thingy.
cd to that, then
Code:
cp report_descriptor report.bin
Then zip it and post it here.

Ha. Even this works:
Code:
# ./inscan
 # Key Abs Rel Sw  Msc Name
-- --- --- --- --- --- --------------------------------
 0  X           X   X  gpio-keys
 1  X   X              elan-touch

Last edited by Renate; 08-28-2024 at 10:03 PM.
Renate is offline   Reply With Quote