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: NixOS/nixos-hardware
base: 6016f29d6283
Choose a base ref
...
head repository: NixOS/nixos-hardware
compare: 4ffa2ed1980a
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 1, 2019

  1. thinkpad: emulate wheel for a trackpoint by default

    Most trackpoint users I know use the middle-button to have some
    scrolling functionality. So I think that for ThinkPads at least we
    should have this enabled by default if the trackpoint shall be used.
    Ma27 committed Sep 1, 2019
    Copy the full SHA
    4c8b4cf View commit details
    Browse the repository at this point in the history
  2. thinkpad/x1/6th-gen: fix trackpoint name

    Newer ThinkPads have a new name for the Trackpoint - "TPPS/2 Elan TrackPoint".
    
    Having the "[...] IBM Trackpoint" as default caused some weird
    side-effects on my machine (e.g. stopped the trackpoint working after a
    suspend) with the wrong name. Although this is mentioned in the option's
    description[1], I think that this should be declared explicitly here.
    
    As soon, as we supported newer models as well[2], we should probably
    move this into its own common profile.
    
    [1] https://nixos.org/nixos/options.html#hardware.trackpoint.device
    [2] https://certification.ubuntu.com/catalog/component/input/5313/input%3ATPPS/2ElanTrackPoint/
    Ma27 committed Sep 1, 2019
    Copy the full SHA
    abca8d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Merge pull request #117 from Ma27/thinkpad-trackpoint-fixes

    thinkpad: minor trackpoint fixes
    globin committed Sep 3, 2019
    Copy the full SHA
    4ffa2ed View commit details
    Browse the repository at this point in the history