Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: libusb/hidapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: hidapi-0.15.0
Choose a base ref
...
head repository: libusb/hidapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 11 files changed
  • 4 contributors

Commits on May 23, 2025

  1. linux/hidraw: Add support for BUS_VIRTUAL (#745)

    This driver implements support of a virtual HID device on linux:
    https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/tree/drivers/platform/x86/tuxedo/nb04/wmi_ab.c?id=cfd84b3f419bf0aec60ecddc92c61b539c339ec9#n841
    
    Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
    tuxedo-wse authored May 23, 2025
    Configuration menu
    Copy the full SHA
    3f643c2 View commit details
    Browse the repository at this point in the history
  2. bump version to 0.16.0 (#746)

    Youw authored May 23, 2025
    Configuration menu
    Copy the full SHA
    9904cbe View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. Fix Apline CI build (#754)

    Youw authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    f18d2c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. fix(docs): correct typos found during code review (#761)

    Non-functional changes only:
    - Fixed minor spelling mistakes in comments
    - Corrected typos in user-facing strings
    - No variables, logic, or functional code was modified.
    
    Signed-off-by: Marcel Petrick <mail@marcelpetrick.it>
    marcelpetrick authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    a758717 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. Add support for Visual Studio 2026 (#771)

    Added platformtoolset v145 target for compatibility with vs2026
    mbcinergy authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    f4c77eb View commit details
    Browse the repository at this point in the history
Loading