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.4
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.5
Choose a head ref
  • 13 commits
  • 16 files changed
  • 10 contributors

Commits on May 25, 2021

  1. Improved README: Add Fedora commands

    vscsilva authored and Sapd committed May 25, 2021
    Configuration menu
    Copy the full SHA
    32ef704 View commit details
    Browse the repository at this point in the history
  2. SteelSeries Arctis 1 Wireless battery status support (#156)

    * SteelSeries Arctis 1: battery support
    
    Battery requesting code from  SteelSeries Arctis 1 Wireless for XBOX
    works just fine for my SteelSeries Arctis 1 Wireless.
    
    * Merge SteelSeries Arctis 1 drivers
    
    Now SteelSeries Arctis 1 and SteelSeries Arctis 1 for XBox
    differ only in function naming and device IDs, there is no
    reason to keep two separate drivers for these two devices.
    iv-m authored May 25, 2021
    Configuration menu
    Copy the full SHA
    0a1c2ef View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Add support for Logitech G433 (Sidetone) (#161)

    * Add support for Logitech G433 (Sidetone)
    Athemis authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    aabf9a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Add support for SteelSeries Arctis Pro Wireless

    Supports headset battery status, setting timeout, and setting
    sidetone values.
    
    Closes #151
    csmith authored and Sapd committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    199c6e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Update README.md

    XPhyro authored and Sapd committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    26a6f0a View commit details
    Browse the repository at this point in the history
  2. Update help menu (-h)

    XPhyro authored and Sapd committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    ccd2aee View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Fix chat-mix comment

    XPhyro authored and Sapd committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    8b712f7 View commit details
    Browse the repository at this point in the history
  2. Mention voice prompts and rotate to mute in readme

    Seems like they should be mentioned along with the other options.
    
    (Plus two trivial fixups.)
    simonbaird authored and Sapd committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    66f6e4e View commit details
    Browse the repository at this point in the history
  3. Add support for Logitech Zone 750 (#174)

    I think it's identical or very nearly identical to the Zone Wired,
    so this patch just adds another product id to the existing device.
    
    I tested it with my headset and I can confirm the sidetone level,
    the voice prompt toggle, and the rotate to mute toggle, all work for
    me as expected.
    
    (The part number for the Zone 750 according to logitech.com is
    981-001103. There are two part numbers for the Zone Wired, "UC Zone
    Wired", 981-000876, and "MSFT Teams Zone Wired", 981-000871.)
    simonbaird authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    d8b06f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Added Roccat Elo 7.1 USB (#172)

    Added Roccat-Elo 7.1 USB and LED lights toggle
    
    Co-authored-by: Goto Dengo <[email protected]>
    Buccaneersdan and Goto Dengo authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    2d054aa View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Fix install path of udev rules on linux

    The previous install method didn't obey the `DESTDIR` make variable,
    used to make packages in a different root tree; it was silently
    failing to install if no permissions were given.
    
    Also, the install destination was not standard, since packages should
    place their udev rules at `lib/udev/rules.d`, while the `/etc` prefix is
    reserved for custom system modifications.
    
    This patch fixes both issues.
    ianliu authored and Sapd committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    bbee3cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13b420b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Windows: Link statically

    Sapd committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    fa2da0b View commit details
    Browse the repository at this point in the history
Loading