hid_get_report_descriptor
: missing unnumbered feature report
#703
Labels
hid_get_report_descriptor
: missing unnumbered feature report
#703
On some devices, unnumbered feature reports seem omitted from the parsed
HIDP_PREPARSED_DATA
. Thehid_pp_caps_info
header indicates the count and size correctly, but marks it empty/unused.hidapi/windows/hidapi_descriptor_reconstruct.h
Lines 109 to 114 in 750bf20
If I anyhow print the trailing
phid_pp_cap
out, it consists entirely of zeros.This is likely an existing bug/undocumented aspect of
HidD_GetPreparsedData
on MS side, and I am unsure if it could be worked around in userspace.HID report descriptor (dumped on Linux with
hid-decode
)Full
1532_00A3_0002_0001.pp_data
Full
HIDP_PREPARSED_DATA
(Followed by all
0x00
untilHID_API_MAX_REPORT_DESCRIPTOR_SIZE
)The text was updated successfully, but these errors were encountered: