July 8, 2026
2:22 p.m.
On Wed Jul 8 14:22:57 2026 +0000, Connor McAdams wrote:
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. @zfigura this is fixed now, gentle ping :)
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/11263#note_145185