On Thu Aug 21 14:35:31 2025 +0000, Rémi Bernon wrote:
case IRP_MN_QUERY_DEVICE_TEXT: { DEVICE_TEXT_TYPE type = irpsp->Parameters.QueryDeviceText.DeviceTextType; WARN("Ignoring IRP_MN_QUERY_TEXT type %u\n", type); status = STATUS_NOT_SUPPORTED; break; }
Done, but I added a period at the end of the `WARN`, hopefully that's still acceptable :)