Commit c3bdb5d1 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

wineusb.sys: Trace the type in query_id().

parent 9f835268
......@@ -384,6 +384,8 @@ static NTSTATUS query_id(const struct usb_device *device, IRP *irp, BUS_QUERY_ID
static const WCHAR instance_idW[] = {'0',0};
struct string_buffer buffer = {0};
TRACE("type %#x.\n", type);
switch (type)
{
case BusQueryDeviceID:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment