Elizabeth Figura (@zfigura) commented about dlls/winebth.sys/winebth.c:
TRACE( "(%p, %p, %s)\n", ext, irp, debugstr_BUS_QUERY_ID_TYPE( type ) ); switch (type) {
- case BusQueryDeviceID:
append_id( &buf, L"WINEBTH\\%s", ext->hw_name );
case BusQueryInstanceID: append_id(&buf, L"%p", ext->radio); break;break;
- case BusQueryHardwareIDs:
append_id( &buf, L"WINEBTH\\%s", ext->hw_name );
Same question about compatible IDs; why not expose the IDs that Windows exposes?