Merge branch 'up/master' into microsoft/surface/6.1.3
This commit is contained in:
commit
f5fc8fb060
|
@ -210,7 +210,7 @@ See code for all available configurations.
|
||||||
| [Samsung Series 9 NP900X3C](samsung/np900x3c) | `<nixos-hardware/samsung/np900x3c>` |
|
| [Samsung Series 9 NP900X3C](samsung/np900x3c) | `<nixos-hardware/samsung/np900x3c>` |
|
||||||
| [StarFive VisionFive v1](starfive/visionfive/v1) | `<nixos-hardware/starfive/visionfive/v1>` |
|
| [StarFive VisionFive v1](starfive/visionfive/v1) | `<nixos-hardware/starfive/visionfive/v1>` |
|
||||||
| [Supermicro A1SRi-2758F](supermicro/a1sri-2758f) | `<nixos-hardware/supermicro/a1sri-2758f>` |
|
| [Supermicro A1SRi-2758F](supermicro/a1sri-2758f) | `<nixos-hardware/supermicro/a1sri-2758f>` |
|
||||||
| [Supermicro M11SDV-8C-LN4F](supermicro/m11sdv-8c-ln4f) | `<nixes-hardware/supermicro/m11sdv-8c-ln4f>` |
|
| [Supermicro M11SDV-8C-LN4F](supermicro/m11sdv-8c-ln4f) | `<nixos-hardware/supermicro/m11sdv-8c-ln4f>` |
|
||||||
| [Supermicro X10SLL-F](supermicro/x10sll-f) | `<nixos-hardware/supermicro/x10sll-f>` |
|
| [Supermicro X10SLL-F](supermicro/x10sll-f) | `<nixos-hardware/supermicro/x10sll-f>` |
|
||||||
| [Supermicro X12SCZ-TLN4F](supermicro/x12scz-tln4f) | `<nixos-hardware/supermicro/x12scz-tln4f>` |
|
| [Supermicro X12SCZ-TLN4F](supermicro/x12scz-tln4f) | `<nixos-hardware/supermicro/x12scz-tln4f>` |
|
||||||
| [System76 (generic)](system76) | `<nixos-hardware/system76>` |
|
| [System76 (generic)](system76) | `<nixos-hardware/system76>` |
|
||||||
|
|
|
@ -42,14 +42,18 @@
|
||||||
* Support Tools
|
* Support Tools
|
||||||
** TODO Incorporate @hpfr's function(s) from this commit:
|
** TODO Incorporate @hpfr's function(s) from this commit:
|
||||||
- https://github.com/hpfr/system/commit/03fa1b0a83f8a336e812910d0d50f5247a8a630c
|
- https://github.com/hpfr/system/commit/03fa1b0a83f8a336e812910d0d50f5247a8a630c
|
||||||
** TODO Create derivative for `iptsd` touch-screen daemon
|
- @hpfr's repo forked for posterity, as he no longer has a Surface:
|
||||||
- [ ] Download
|
https://github.com/mexisme/hpfr-nix-linux-surface-system/commit/03fa1b0a83f8a336e812910d0d50f5247a8a630c
|
||||||
- [ ] Install binary
|
** DONE Create derivative for `iptsd` touch-screen daemon
|
||||||
- [ ] Enable via systemd
|
- State "DONE" from "TODO" [2023-01-11 Wed 12:09]
|
||||||
|
- [X] Download
|
||||||
|
- [X] Install binary
|
||||||
|
- [X] Enable via systemd
|
||||||
** TODO Create derivative to patch and rebuild libwacom
|
** TODO Create derivative to patch and rebuild libwacom
|
||||||
- github.com/linux-surface/libwacom-surface
|
- github.com/linux-surface/libwacom-surface
|
||||||
- The plan is to do this in a separate PR against `nixpkgs` instead of `nixos-hardware`
|
- The plan is to do this in a separate PR against `nixpkgs` instead of `nixos-hardware`
|
||||||
** TODO Create derivative to install `surface-control`
|
** DONE Create derivative to install `surface-control`
|
||||||
|
- State "DONE" from "TODO" [2023-01-11 Wed 12:05]
|
||||||
- Download github.com/linux-surface/surface-control
|
- Download github.com/linux-surface/surface-control
|
||||||
** TODO Create derivative to install `surface-dtx-daemon`
|
** TODO Create derivative to install `surface-dtx-daemon`
|
||||||
- Download github.com/linux-surface/surface-dtx-daemon
|
- Download github.com/linux-surface/surface-dtx-daemon
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
{ lib, ... }:
|
{ ... }:
|
||||||
|
|
||||||
# This module is intended to support the Surface Laptop range, specifically those with AMD CPUs.
|
# This module is intended to support the Surface Laptop range, specifically those with AMD CPUs.
|
||||||
# It's expected it will work equally well on many other Surface models, but they may need further
|
# It's expected it will work equally well on many other Surface models, but they may need further
|
||||||
# config changes to work well.
|
# config changes to work well.
|
||||||
|
|
||||||
let
|
{
|
||||||
inherit (lib) mkDefault;
|
|
||||||
in {
|
|
||||||
imports = [
|
imports = [
|
||||||
../common
|
../common
|
||||||
../../../common/pc
|
../../../common/pc
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
{ lib, ... }:
|
{ ... }:
|
||||||
|
|
||||||
# This module is intended to support the Surface Pro range, specifically those with Intel CPUs.
|
# This module is intended to support the Surface Pro range, specifically those with Intel CPUs.
|
||||||
# It's expected it will work equally well on many other Surface models, but they may need further
|
# It's expected it will work equally well on many other Surface models, but they may need further
|
||||||
# config changes to work well.
|
# config changes to work well.
|
||||||
|
|
||||||
let
|
{
|
||||||
inherit (lib) mkDefault;
|
|
||||||
in {
|
|
||||||
imports = [
|
imports = [
|
||||||
../common
|
../common
|
||||||
../../../common/pc
|
../../../common/pc
|
||||||
|
|
Loading…
Reference in a new issue