I am making my own diy force feedback racing wheel and the most important part of its communication is the USB HID (Human Interface Device) Report descriptor which defies the format of communication. To get this descriptor I need a racing wheel, and I do not have one. If somebody has a racing wheel, Logitech, Moza, whatever, the newer the better, can export the HID Report Descriptor (it is just many bytes). To do that you need linux, as windows for some reason doesn't support that. The tool for that is
https://github.com/DIGImend/usbhid-dump. The winhid-dump doesn't work on complex devices like force feedback wheels. Thank you!