June 26, 2026
7:51 p.m.
This is causing an occasional racy issue with winebth.sys, winebth.sys is causing `IRP_MN_QUERY_DEVICE_RELATIONS` to be sent prior to `IRP_MN_START_DEVICE`, which results in `get_device_instance_id()` being called prior to the children's parent device having the `DO_BUS_ENUMERATED_DEVICE` flag set. This would also cause issues with my later patches, so this will probably need to be fixed prior to merging this. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11263#note_144330