https://bugs.winehq.org/show_bug.cgi?id=56732
Bug ID: 56732 Summary: setupapi: Registry information for drives missing [rekordbox] Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: setupapi Assignee: wine-bugs@winehq.org Reporter: johannespfau@gmail.com Distribution: ---
Created attachment 76511 --> https://bugs.winehq.org/attachment.cgi?id=76511 Registry keys to make setupapi report a storage device
Hi all,
rekordbox and probably some other applications query setupapi to search for removable drives. Essentially it iterates the GUID_DEVCLASS_VOLUME device class with flag DIGCF_PRESENT in SetupDiGetClassDevsW/SetupDiEnumDeviceInfo.
The setupapi code can already handle this (mostly) correctly, but it needs certain registry keys to be present. I'm not sure if/where/how wine should set these?
I've attached an example reg file with provides these registry entries for an external USB drive.