Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong reportID usage #4

Open
wants to merge 5 commits into
base: feature/interface-selection
Choose a base branch
from

Commits on Apr 11, 2024

  1. Fix wrong reportID usage

    - Fix the usage of reportIDs, before one the reportID one was checked if reportIDs were used
    - Show the reportID of the found device
    RockyZeroFour committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    097e212 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Improved device handling

    - Correct usage of the current interface number for requests
    - Displaying the connected device even when unsupported
    - Better identification if a mouse or keyboard is currently searched
    RockyZeroFour committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5384c8c View commit details
    Browse the repository at this point in the history
  2. Changed message text

    - Suppress the mentioning of the word "HID" when a device is connected
    RockyZeroFour committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    efd26e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Fixed bad type fallback

    - The HID interface type detection no longer falls back to a mouse if the interface protocol code is set to None instead of a moiuse or keyboard boot code
    - The HID event handling now only relies on the selected detection mode and if the related function was found during the parsing of the HID report descriptor
    RockyZeroFour committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e4dee30 View commit details
    Browse the repository at this point in the history
  2. Build everytime

    RockyZeroFour authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    be97f72 View commit details
    Browse the repository at this point in the history