From 955d9f90cc50eae700f7dcac555b2e8dce5c089c Mon Sep 17 00:00:00 2001 From: PMheart <17109513+PMheart@users.noreply.github.com> Date: Tue, 5 Jan 2021 11:43:26 +0800 Subject: [PATCH] Utilities: Sync README --- Utilities/ocvalidate/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/ocvalidate/README.md b/Utilities/ocvalidate/README.md index 7b37c8c7..fb8cd04f 100644 --- a/Utilities/ocvalidate/README.md +++ b/Utilities/ocvalidate/README.md @@ -90,7 +90,7 @@ Utility to validate whether a `config.plist` matches requirements and convention - When `OpenUsbKbDxe.efi` is in use, `KeySupport` in `UEFI->Input` should never be enabled altogether. - When `Ps2KeyboardDxe.efi` is in use, `KeySupport` in `UEFI->Input` should always be enabled altogether. - `OpenUsbKbDxe.efi` and `Ps2KeyboardDxe.efi` should never co-exist. -- When `HfsPlus.efi` or `AudioDxe.efi` is in use, `ConnectDrivers` should be enabled altogether. +- When HFS+ filesystem driver or `AudioDxe.efi` is in use, `ConnectDrivers` should be enabled altogether. #### Input - KeySupportMode: Only `Auto`, `V1`, `V2`, or `AMI` are accepted. - When `PointerSupport` is enabled, the value of `PointerSupportMode` should only be `ASUS`.