From 943cfd9aa5c2357f9453b4cd590db6b86f4f4526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Thu, 14 Dec 2023 19:11:32 +0100 Subject: [PATCH] Workflow: Add information about supported BIOS --- docs/README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 71fed3f..fe15ee2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -90,10 +90,18 @@ By disabling usage of Kernel Drivers you are loosing the: The application tries it best to not harm device (just in case). So, it validates bios version. Those are currently supported: -- F7A0107 (PD ver: 0xB030) -- F7A0110 (PD ver: 0xB030) -- F7A0113 (PD ver: 0xB030) -- F7A0115 (PD ver: 0xB030) +- SteamDeck LCD: + + - F7A0107 (PD ver: 0xB030) + - F7A0110 (PD ver: 0xB030) + - F7A0113 (PD ver: 0xB030) + - F7A0115 (PD ver: 0xB030) + - F7A0116 (PD ver: 0xB030) + - F7A0119 (PD ver: 0xB030) + +- SteamDeck OLED: + + - F7G0107 (PD ver: 0x1050) ## Author