Add test to verify Usage Page concatenation is done in Main item
This patches try to test and match the kernel's parser implementation.
Merge request reports
Activity
1420 1427 elif item in ("Input", "Feature", "Output"): 1421 1428 self.current_input_report = self._get_current_report(item) 1422 1429 1430 self._concatenate_usages() added 1 commit
- 029b0e95 - hid: verify Usage is smaller than 2 before concatenating it's Usage Page
added 12 commits
-
02fb4136...75977762 - 9 commits from branch
libevdev:master
- c78cd89c - hid: move Usage Page concatenation to main items
- 37fc2484 - hid: do not reset local usages while parsing an Usage Page
- ee96087f - tests: add test to verify Usage Page concatenation is done in Main item
Toggle commit list-
02fb4136...75977762 - 9 commits from branch
enabled an automatic merge when the pipeline for ee96087f succeeds
OK, now that https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/hid?id=58e75155009cc800005629955d3482f36a1e0eec is upstream, it's time to merge this