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: Sapd/HeadsetControl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.5
Choose a base ref
...
head repository: Sapd/HeadsetControl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.6
Choose a head ref
  • 9 commits
  • 25 files changed
  • 2 contributors

Commits on Nov 1, 2021

  1. cmake: Specify that we use C language

    The CMake default is to enable both C and CXX,
    which leads to build failure if C++ compiler
    is not present in the build environment.
    
    Explicitly stating that we don't need C++
    allows distributions that build their packages
    in controlled environment to get rid of extra
    g++ build dependency.
    iv-m authored and Sapd committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    0fc9954 View commit details
    Browse the repository at this point in the history
  2. cmake: Add an option to specify the directory for udev rules

    Different distributions have different standards about it,
    so let's add an option for that.
    iv-m authored and Sapd committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    ae86ce2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Support for long arguments

    Also cleanup of some main.c functions
    Sapd committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f1b4562 View commit details
    Browse the repository at this point in the history
  2. Implemented a developer menu with useful functions

    Outsource some functions of main.c to hid_utility.c
    Sapd committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    2a34755 View commit details
    Browse the repository at this point in the history
  3. Update README with --dev menu

    Also change description and long option of -c
    Sapd committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    39d314c View commit details
    Browse the repository at this point in the history
  4. Fixed output of battery

    Sapd committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    9100488 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Support different Interface/Usage/UsagePage-IDs per headset

    * Now provides full Windows support
      However for serveral headsets IDs for that have to be added
    * Main-function simplified even more and duplicate code rewritten
    * Capabilities can now be properly enumerated in code
    Sapd committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    d5c6956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad3f125 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a183fce View commit details
    Browse the repository at this point in the history
Loading