Skip to content

Commit

Permalink
Remove pd-mapper daemon
Browse files Browse the repository at this point in the history
The in-kernel pd-mapper should be already working well enough.
  • Loading branch information
kuruczgy committed Jan 14, 2025
1 parent d91cb3f commit 49ef274
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 176 deletions.
1 change: 0 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{
imports = [
./modules/x1e80100.nix
./modules/pd-mapper.nix
./modules/el2.nix
];
config = {
Expand Down
22 changes: 0 additions & 22 deletions firmware/adspr.jsn

This file was deleted.

22 changes: 0 additions & 22 deletions firmware/adsps.jsn

This file was deleted.

29 changes: 0 additions & 29 deletions firmware/adspua.jsn

This file was deleted.

22 changes: 0 additions & 22 deletions firmware/battmgr.jsn

This file was deleted.

22 changes: 0 additions & 22 deletions firmware/cdspr.jsn

This file was deleted.

13 changes: 0 additions & 13 deletions modules/pd-mapper.nix

This file was deleted.

1 change: 0 additions & 1 deletion modules/x1e80100.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

hardware.firmware = [
pkgs.x1e80100-lenovo-yoga-slim7x-firmware
pkgs.x1e80100-lenovo-yoga-slim7x-firmware-json
];

boot.kernelPackages = pkgs.x1e80100-linux;
Expand Down
4 changes: 0 additions & 4 deletions packages/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ final: prev: {
x1e80100-lenovo-yoga-slim7x-firmware =
final.callPackage ./x1e80100-lenovo-yoga-slim7x-firmware.nix
{ };
x1e80100-lenovo-yoga-slim7x-firmware-json =
final.callPackage ./x1e80100-lenovo-yoga-slim7x-firmware-json.nix
{ };
libqrtr = final.callPackage ./libqrtr.nix { };
pd-mapper = final.callPackage ./pd-mapper.nix { };
slbounce = final.callPackage ./slbounce.nix { };
}
27 changes: 0 additions & 27 deletions packages/pd-mapper.nix

This file was deleted.

13 changes: 0 additions & 13 deletions packages/x1e80100-lenovo-yoga-slim7x-firmware-json.nix

This file was deleted.

0 comments on commit 49ef274

Please sign in to comment.