Skip to content
Snippets Groups Projects

Add test to verify Usage Page concatenation is done in Main item

Merged Nicolas Saenz Julienne requested to merge vianpl/hid-tools:primax into master
1 unresolved thread

This patches try to test and match the kernel's parser implementation.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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()
  • Quick FYI, the kernel merge window is still opened. I don't think we can carry this in v5.1, so I will not be accepting the kernel patch before next week. Then, we'll be able to merge this here as well.

  • Thanks for the update :)

  • added 1 commit

    • 029b0e95 - hid: verify Usage is smaller than 2 before concatenating it's Usage Page

    Compare with previous version

  • added 3 commits

    • fc3dca5d - hid: move Usage Page concatenation to main items
    • 59a9aa31 - tests: add test to verify Usage Page concatenation is done in Main item
    • 8a9f2286 - hid: do not reset local usages while parsing an Usage Page

    Compare with previous version

  • added 3 commits

    • efb6857b - hid: move Usage Page concatenation to main items
    • e39ed356 - tests: add test to verify Usage Page concatenation is done in Main item
    • ed2ff130 - hid: do not reset local usages while parsing an Usage Page

    Compare with previous version

  • added 3 commits

    • ba7faad1 - hid: move Usage Page concatenation to main items
    • 31ab0e9a - hid: do not reset local usages while parsing an Usage Page
    • 02fb4136 - tests: add test to verify Usage Page concatenation is done in Main item

    Compare with previous version

  • 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

    Compare with previous version

  • Benjamin Tissoires enabled an automatic merge when the pipeline for ee96087f succeeds

    enabled an automatic merge when the pipeline for ee96087f succeeds

  • Please register or sign in to reply
    Loading