Skip to content

Navigation Menu

Sign in
Sign up

HID device appear in Windows Device Manager but not listed by hidapitester #734

Unanswered
ffongmdsp asked this question in Q&A
Discussion options

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.

You must be logged in to vote

Replies: 2 comments 7 replies

Comment options

This is an interesting case. Is it a USB device?

You must be logged in to vote
6 replies
Comment options

Youw Apr 16, 2025
Maintainer

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.

Comment options

Thank you, I will ask for this information also.

Comment options

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

Comment options

Youw Apr 18, 2025
Maintainer

You need to look at the top-level (Port3) for details on the USB interface you're interested in, and verify its interface class is HID class and that the HID Descriptor is present, here is an example of my Logitech BRIO:
image
Also, there supposed to be some HID details on the HID interface:
image

Comment options

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?

Comment options

@ffongmdsp

What is the output of hidtest? I assume it also cannot find the device, right?

You must be logged in to vote
1 reply
Comment options

No - I have not tried hidtest - I will try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /