Hello Jan (again!!)
I was writing a code in C#.Net to access HID reports ( based on your project : generic-hid). The code was perfect for single
joy stick and receives a single report consists of some bytes for each button. After while i decided to try it with a twin joy stick.
Apparently it must be two report with different IDs, but it is just one report at each interval. How could i receive both reports?( Even i
try it with your program, but still it received just one report)