Skip to content

cannot read input reports for volume up/down for Jabra Evolve2 40 #659

Answered by Youw
Codeskb asked this question in Q&A
Discussion options

You must be logged in to vote

I suspect it is because your device has several Usage/UsagePages. On Windows, each Top Level Collection (a pair of Usage/UsagePage) is represented as independent device.
It might be the case that the report(s) you're waiting is(are) under a different collection.

If you happen to use hid_open with specific VID/PID - you're opening a "first" (of unspecified order) Device/Collection.

If you need to open a different one - you need to use hid_enumerate, then find the device with a specific vid+pid+usage+usage_page, and then use hid_open_path to open it.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Codeskb
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants