From 06ae365fab548022b6042cc4a95a57a8397c1de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20Kr=C5=BEmanc?= Date: Fri, 3 Sep 2021 20:31:11 +0200 Subject: [PATCH] add supported kernel version for DSDT sleep fix --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 1b4d27c..09f40fb 100644 --- a/readme.md +++ b/readme.md @@ -110,6 +110,7 @@ Due to the everchanging nature of the Linux Kernel, some fixes may works on some | Kernel version | Official kernel? | DSDT Method | Bios Unlock Method | | -------------- | ------------------ | ----------------------------- | ------------------ | | 5.8.0 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| 5.10.0 | | :heavy_check_mark: | | | 5.11.0 | :heavy_check_mark: | :negative_squared_cross_mark: | :heavy_check_mark: | Expanding this list is highly appreciated :)