Quote:
Originally Posted by Renate
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
|
I'm unsure if I'm doing this correctly but this is what I ended up with
00000000 05 0c 09 01 a1 01 85 03 15 00 25 01 75 01 95 0b |..........%.u...|
00000010 09 e9 09 ea 09 cd 0a ae 01 09 30 09 40 09 46 0a |..........0.@.F.|
00000020 23 02 09 b6 09 b5 81 02 95 01 75 0d 81 03 c0 05 |#.........u.....|
00000030 0d 09 02 a1 01 85 02 09 22 a1 02 09 42 15 00 25 |........"...B..%|
00000040 01 75 01 95 01 81 02 09 32 81 02 95 06 81 03 75 |.u......2......u|
00000050 08 09 51 95 01 81 02 05 01 26 ff 0f 75 10 55 0e |..Q......&..u.U.|
00000060 65 33 09 30 35 00 46 b5 04 81 02 46 8a 03 09 31 |e3.05.F....F...1|
00000070 81 02 c0 05 0d 09 54 95 01 75 08 81 02 85 08 09 |......T..u......|
00000080 55 25 05 b1 02 c0 |U%....|
00000086