summaryrefslogtreecommitdiff
path: root/hid/hclient/report.c
AgeCommit message (Collapse)Author
2020-08-24fix bug in PackReport (#534)186186ebadger
Data is pointer to array of HID_DATA structure. Function advances pointer as it packs the report buffer. At end of process the function attempts to go back through the buffer and update the IsDataSet member. What it's actually doing is writing unexpected memory locations. Fix is to store the head of the array and move back before walking again to set the bits.
2016-08-11Updated for "Windows 10 Anniversary Update" (Version 1607)karlf
2015-04-29samples update for //buildDave Wilson