https://bugs.winehq.org/show_bug.cgi?id=48977
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- What is the relevant device (VID and PID, ideally?) Do you have it connected? Is it loaded with the usbhid driver? `lsusb -t` would help answer this.
If it's not being enumerated through setupapi, the problem is probably that winebus can't see it—which could be the fault of winebus or the underlying OS—or (maybe?) that hidclass doesn't know how to parse its descriptor. A log with WINEDEBUG=+pid,+setupapi,+hid,+plugplay would help elucidate.