https://bugs.winehq.org/show_bug.cgi?id=53883
Bug ID: 53883 Summary: fixme:wineusb:query_id Unhandled ID query type 0x5 Product: Wine Version: 7.20 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: usb Assignee: wine-bugs@winehq.org Reporter: alois.schloegl@gmail.com Distribution: ---
Created attachment 73414 --> https://bugs.winehq.org/attachment.cgi?id=73414 more detailed information about unsupported BUS_QUERY_ID_TYPE 0x05 (i.e. BusQueryContainerID)
USB container ID are currently (wine 7.20) not supported. This is indicated by Debug log entries like these:
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
[1] https://microchipsupport.force.com/s/article/What-is-a-USB-Container-ID-UUID
https://bugs.winehq.org/show_bug.cgi?id=53883
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO
--- Comment #1 from Gijs Vermeulen gijsvrm@gmail.com --- What application did you encounter this in?
Does this actually cause any breakage?
https://bugs.winehq.org/show_bug.cgi?id=53883
--- Comment #2 from Alois Schlögl alois.schloegl@gmail.com ---
ced1401 and usbip-win can not be used for production because the connection to the hardware is not working. It seems quite likely that support for USB container ID is needed to make these work.
There are a number of other applications with bug reports showing also these messages, but I do not know how critical this issue is for those other applications.
https://bugs.winehq.org/show_bug.cgi?id=53883
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com Status|NEEDINFO |RESOLVED Resolution|--- |DUPLICATE
--- Comment #3 from Zeb Figura z.figura12@gmail.com --- (In reply to Alois Schlögl from comment #2)
ced1401 and usbip-win can not be used for production because the connection to the hardware is not working. It seems quite likely that support for USB container ID is needed to make these work.
There are a number of other applications with bug reports showing also these messages, but I do not know how critical this issue is for those other applications.
Currently that message will be printed every time Wine notices a USB driver being plugged in. It's not triggered directly by the application. I also don't think it's particularly likely for it to be a root cause of a bug.
Moreover, there's already bug 52081; no need to file a new bug.
*** This bug has been marked as a duplicate of bug 52081 ***
https://bugs.winehq.org/show_bug.cgi?id=53883
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing duplicate