>>1525738Alright so I did try all that with the unbinding, I also remembered I used to use an out-of-tree kernel module for proper force feedback so I installed that again but the output of usbhid-dump and lsusb -v didn't change.
Looking more into it it seems that logitech (among others) does NOT use regular hid for force feedback at all but instead relies on its own vendor-specific protocols, hence the kernel module (there's some in-tree ones for that as well). So as I understand it generally only some low-end wheels are simple enough to use pure hid for ff.
Like I said I don't really know anything about this stuff but it seems to me it'd be more reasonable to go a different route with this by making your own driver or something, bypassing hid. But it's up to you.
Sorry if this isn't what you expected, this stuff is complex, but I hope I was able to help you somewhat. Regardless, I wish you luck with your project!