aboutsummaryrefslogtreecommitdiff
path: root/source/components/executer/exserial.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/executer/exserial.c')
-rw-r--r--source/components/executer/exserial.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/components/executer/exserial.c b/source/components/executer/exserial.c
index eddd7cad4b0c..f5740276766f 100644
--- a/source/components/executer/exserial.c
+++ b/source/components/executer/exserial.c
@@ -8,7 +8,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2024, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -359,6 +359,12 @@ AcpiExReadSerialBus (
Function = ACPI_READ;
break;
+ case ACPI_ADR_SPACE_FIXED_HARDWARE:
+
+ BufferLength = ACPI_FFH_INPUT_BUFFER_SIZE;
+ Function = ACPI_READ;
+ break;
+
default:
return_ACPI_STATUS (AE_AML_INVALID_SPACE_ID);
}