From 8a906c9d3471439853aa05f6ec8ee1d3e6618c0d Mon Sep 17 00:00:00 2001 From: Vittorio Robecchi Date: Sat, 2 Nov 2024 09:10:53 +0100 Subject: [PATCH] Added Lenovo Ideadpad 16AHP9 --- lenovo/ideapad/16ahp9/README.md | 4 ++++ lenovo/ideapad/16ahp9/default.nix | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 lenovo/ideapad/16ahp9/README.md create mode 100644 lenovo/ideapad/16ahp9/default.nix diff --git a/lenovo/ideapad/16ahp9/README.md b/lenovo/ideapad/16ahp9/README.md new file mode 100644 index 0000000..5d32486 --- /dev/null +++ b/lenovo/ideapad/16ahp9/README.md @@ -0,0 +1,4 @@ +# Lenovo Ideapad 2-in-1 + +This device supports Conservation mode which charges the battery to 79/80%. See [TLP docs](https://linrunner.de/tlp/settings/bc-vendors.html#lenovo-non-thinkpad-series) and [auto-cpu freq](https://github.com/AdnanHodzic/auto-cpufreq?tab=readme-ov-file#battery-charging-thresholds) to enable it. See specs [here](https://psref.lenovo.com/syspool/Sys/PDF/IdeaPad/IdeaPad_5_2_in_1_16AHP9/IdeaPad_5_2_in_1_16AHP9_Spec.pdf). + diff --git a/lenovo/ideapad/16ahp9/default.nix b/lenovo/ideapad/16ahp9/default.nix new file mode 100644 index 0000000..f83290e --- /dev/null +++ b/lenovo/ideapad/16ahp9/default.nix @@ -0,0 +1,11 @@ +{ lib, ... }: + +{ + imports = [ + ../../../common/cpu/amd + ../../../common/cpu/amd/pstate.nix + ../../../common/gpu/amd + ../../../common/pc/laptop + ../../../common/pc/laptop/ssd + ]; +}