From c8afdbf71a964c64de9eddd586f1ccc8de5a3f9b Mon Sep 17 00:00:00 2001 From: Nikkuss Date: Wed, 17 Jun 2026 01:04:03 +0400 Subject: [PATCH] add qcom_battmgr, 7.1 uses it instead of surface EC for battery info --- boot.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/boot.nix b/boot.nix index ddb6b2f..893bcb4 100644 --- a/boot.nix +++ b/boot.nix @@ -66,7 +66,6 @@ ]; blacklistedKernelModules = [ - "qcom_battmgr" "qcrypto" ];