From 7301afb2bd33ceb560afb97cc9510211f6d49588 Mon Sep 17 00:00:00 2001
From: "Dustin L. Howett" <dustin@howett.net>
Date: Sun, 8 Oct 2023 20:42:04 -0500
Subject: [PATCH] readme: Clarify

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 69d8af8..5124bbe 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,16 @@ If you need to target a different kernel, set `KDIR`:
 $ make KDIR=/usr/src/linux-6.5
 ```
 
-## Using
+## Usage
 
 You can install the module systemwide with `make modules_install`, or you can `insmod ./framework_laptop.ko`.
 
+This module requires `cros_ec` and `cros_ec_lpcs` to be loaded and functional.
+
+> **Note**
+> For the Framework Laptop 13 AMD Ryzen 7040 series and the Framework Laptop 16,
+> you will need to apply [this patch](https://lore.kernel.org/chrome-platform/20231005160701.19987-1-dustin@howett.net/) to your kernel sources.
+
 ### Battery Charge Limit
 
 - Exposed via `charge_control_end_threshold`, available on `BAT1`
-- 
GitLab