From ab59f9128c68508a5c92f6495a2cf1786dbe69ba Mon Sep 17 00:00:00 2001
From: Nicholas Chin <nic.c3.14@gmail.com>
Date: Sun, 17 Dec 2023 18:30:53 -0700
Subject: [PATCH] README.md: Add E6500, E6420, and E6530 as supported

---
 util/dell-flash-unlock/README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/util/dell-flash-unlock/README.md b/util/dell-flash-unlock/README.md
index fd000efc..0ade92a6 100644
--- a/util/dell-flash-unlock/README.md
+++ b/util/dell-flash-unlock/README.md
@@ -14,10 +14,10 @@ Run `make` to compile the utility, and then run `sudo ./dell_flash_unlock` and
 follow the directions it outputs.
 
 ## Confirmed supported devices
-- Latitude E6400
-- Latitude E6410
-- Latitude E4310
-- Latitude E6430
+- Latitude E6400, E6500
+- Latitude E6410, E4310
+- Latitude E6420
+- Latitude E6430, E6530
 - Precision M6800
 
 It is likely that any other Latitude/Precision laptops from the same era as
-- 
GitLab