Elizabeth Figura (@zfigura) commented about dlls/winebth.sys/winebth.c:
TRACE( "device_obj %p, irp %p, minor function %s\n", device_obj, irp, debugstr_minor_function_code( stack->MinorFunction ) ); switch (stack->MinorFunction) {
case IRP_MN_QUERY_DEVICE_RELATIONS:
break;
case IRP_MN_QUERY_ID:
break;
This is adding and then removing these for no clear reason?