python-hid-parser
python-hid-parser copied to clipboard
hid_parser: parse unaligned fields correctly
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.