On Wed Aug 20 10:13:34 2025 +0000, Alexandre Julliard wrote:
This is causing a bunch of fixmes on startup:
00b8:fixme:hid:pdo_pnp_dispatch Unhandled function 0000000c 00b8:fixme:hid:pdo_pnp_dispatch Unhandled function 0000000c 00b8:fixme:hid:pdo_pnp Unhandled minor function 0xc. 00b8:fixme:hid:pdo_pnp Unhandled minor function 0xc. 00b8:fixme:winebth:radio_pdo_pnp Unhandled minor function IRP_MN_QUERY_DEVICE_TEXT. 00b8:fixme:winebth:remote_device_pdo_pnp Unhandled minor function 0xc. 00b8:fixme:winebth:remote_device_pdo_pnp Unhandled minor function 0xc. 00b8:fixme:winebth:remote_device_pdo_pnp Unhandled minor function 0xc.
That's expected, I planned to split up MRs between this implementation here and implementing the handling of `IRP_MN_QUERY_DEVICE_TEXT` in the other modules (in particular, winebus.sys.)
If you'd prefer I include commits for implementing those bits in this MR as well, I can do that. :)