https://bugs.winehq.org/show_bug.cgi?id=53387
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #2 from Zeb Figura z.figura12@gmail.com --- I'm assuming all the I/O is done over HID, not raw USB, although that could be wrong. Assuming it's right, I suspect the problem is that SDL isn't picking up the device (because it's not a gamepad or controller), in which case the solution is to disable SDL and use hidraw instead.
In order to do that, you'll need to open the registry key at
HKLM\System\CurrentControlSet\Services\WineBus
and set the (new) DWORD value "Enable SDL" to 0.
(We really shouldn't be depending on SDL to the exclusion of other backends anymore...)