-
Notifications
You must be signed in to change notification settings - Fork 474
Hello, I came across a case where a HID-compatible device is not discovered by 'hidapitester' v0.5, even though it appears in the Windows Device Manager under Human Interface Devices. It is neither a mouse nor keyboard, and it does not appear under those Device Manager categories. The computer is a Windows Laptop running Windows 11 Pro.
I wonder if anyone has experience with this kind of situation and share how to start troubleshooting this. Thanks.
All reactions
Replies: 2 comments 7 replies
This is an interesting case. Is it a USB device?
All reactions
In that case, I advice to take a UsbTreeView tool and check what is the device descriptor structure (the way Windows sees it) first, to understand what is going on.
All reactions
Thank you, I will ask for this information also.
All reactions
I received the UsbTreeView results today. The screenshots for the device in question 'miniDSP SHD Series' are attached in zip file. Please let me know if you need further information for diagnostics. Thanks.
UsbTreeView Results.zip
All reactions
All reactions
Thanks for the feedback I will request further details to look into it. Meanwhile, I have been spotting the differences between 'good' and 'bad' case too. One difference I noticed that the driver for the HID endpoint is handled by 'Virtual HID Minidriver Collection', rather than 'HID-compliant vendor-defined device'. Do you think that could be a reason why it is not recognized by hidapi?
All reactions
What is the output of hidtest? I assume it also cannot find the device, right?
All reactions
No - I have not tried hidtest - I will try.