python-hid-parser icon indicating copy to clipboard operation
python-hid-parser copied to clipboard

hid_parser: parse unaligned fields correctly

Open tlyu opened this issue 2 years ago • 0 comments

The previous _data_bit_shift() appeared to assume a MSB-first bit ordering in report fields, contrary to the LSB-first ordering required by the HID specification.

tlyu avatar Dec 07 '23 20:12 tlyu