From 950bbddb1dabae52cf444e46faa0870d8845137d Mon Sep 17 00:00:00 2001 From: Juha Uotila <10782843+inffy@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:20:54 +0200 Subject: [PATCH] feat: use fw charge limit control from kernel --- system_files/shared/usr/lib/modprobe.d/fw-charge-control.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 system_files/shared/usr/lib/modprobe.d/fw-charge-control.conf diff --git a/system_files/shared/usr/lib/modprobe.d/fw-charge-control.conf b/system_files/shared/usr/lib/modprobe.d/fw-charge-control.conf new file mode 100644 index 0000000..ea76caf --- /dev/null +++ b/system_files/shared/usr/lib/modprobe.d/fw-charge-control.conf @@ -0,0 +1 @@ +options cros_charge_control probe_with_fwk_charge_control=1 \ No newline at end of file