[Bug 53387] Vernier USB sensors are not usable in WINE

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jul 20 10:17:29 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=53387

Zeb Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com

--- Comment #2 from Zeb Figura <z.figura12 at 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...)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list