You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Sample code always returns port 0 for the device regardless of which port the data is coming from. looks like "device" variable is offset byte 5 of msgbuffer but when msgType value is MSG_TYPE_HID_INFO or MSG_TYPE_DEVICE_POLL this is not correct. port ends up being 0 instead of values of 1 or 2.
I checked msgbuffer values and the first 11 header bytes are identical regardless of port the device is plugged into for these msgtypes. my devices descriptors dont have a report id so i cannot tell which port data is coming from. can you please assist?
The text was updated successfully, but these errors were encountered:
Hey, thanks for the comment and issue on githun.
Unfortunately i can not help you right now with it as i would need to setup the whole system to check it
It is so long ago that i have it not in my mind anymore
The Sample code always returns port 0 for the device regardless of which port the data is coming from. looks like "device" variable is offset byte 5 of msgbuffer but when msgType value is MSG_TYPE_HID_INFO or MSG_TYPE_DEVICE_POLL this is not correct. port ends up being 0 instead of values of 1 or 2.
I checked msgbuffer values and the first 11 header bytes are identical regardless of port the device is plugged into for these msgtypes. my devices descriptors dont have a report id so i cannot tell which port data is coming from. can you please assist?
The text was updated successfully, but these errors were encountered: