On Thu Oct 17 14:18:26 2024 +0000, Vibhav Pant wrote:
changed this line in [version 15 of the diff](/wine/wine/-/merge_requests/6621/diffs?diff_id=138632&start_sha=291b4d1214be7230fb308a25f23b8bde6a3e52c1#bfecb645621d04975819dd0b2e26aa8ad85e1032_73_73)
I'm not sure if you want both the enumeration driver and the minidriver to live in the same .sys. We don't for HID, and due to Windows' terrible PnP architecture it can get awkward to reuse the same entry points for all of the devices you're creating.
Even if you do, though, you definitely shouldn't need to reference any part of the higher-level driver from the lower-level one. I.e. you shouldn't need this member at any point. What are you doing with it?