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: emilyst/hid-nx-dkms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12
Choose a base ref
...
head repository: emilyst/hid-nx-dkms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 3, 2022

  1. Define DKMS variable before use (#2)

    The `dkms.conf` file is really just a shell script in disguise. For this
    reason, I can't use a variable before it's been defined earlier in the
    file.
    
    This change implements the correct ordering.
    
    Fixes #2.
    emilyst committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    4e449b8 View commit details
    Browse the repository at this point in the history
  2. Version -> v1.13

    emilyst committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    0333eb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    7496b6e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. HID: nintendo: deregister home LED when it fails

    This is a patch ported over from the mainline kernel. It helps add
    compatibility with a third-party controller that fails to set the home
    LED.
    
    See torvalds/linux@8b30fb4.
    See https://lore.kernel.org/r/20220415100432.23453-1-icenowy@aosc.io.
    emilyst committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    659f13a View commit details
    Browse the repository at this point in the history
  2. HID: nintendo: deregister home LED when it fails

    This is a patch ported over from the mainline kernel. It helps add
    compatibility with a third-party controller that fails to set the home
    LED.
    
    See torvalds/linux@8b30fb4.
    See https://lore.kernel.org/r/20220415100432.23453-1-icenowy@aosc.io.
    emilyst committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    c5e1234 View commit details
    Browse the repository at this point in the history
  3. HID: nintendo: check analog user calibration for plausibility

    This is a patch ported over from the mainline kernel. It helps add
    compatibility with third-party controllers that report spurious
    calibration data.
    
    See: torvalds/linux@50503e3.
    See: https://lore.kernel.org/r/gvpL2G6VwXGJPvxX5KRiu9pVjvTivgayug_jdKDY6zfuAaAqncP9BkKLosjwUXNlgVVTMfJSKfwPF1K79cKAkwGComyC21vCV3q9B3EXNkE=@protonmail.com
    emilyst committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    5df3aa6 View commit details
    Browse the repository at this point in the history
  4. Update version -> 1.14

    emilyst committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    0b2990c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Clarify device behaviors, driver status

    This is mostly changes inspired by this discussion:
    #2 (comment).
    emilyst committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    974d6c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    e500bb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Merge pull request #15 from berfenger/main

    Fix init for 8BitDo USB Wireless Adapter 2
    emilyst committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    e0d3661 View commit details
    Browse the repository at this point in the history
Loading