diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/autoport/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/autoport/main.go b/util/autoport/main.go index ed56a55982..0892b5ebbf 100644 --- a/util/autoport/main.go +++ b/util/autoport/main.go @@ -851,7 +851,7 @@ func main() { `DefinitionBlock( "dsdt.aml", "DSDT", - 0x03, // DSDT revision: ACPI v3.0 + 0x02, // DSDT revision: ACPI 2.0 and up "COREv4", // OEM id "COREBOOT", // OEM table id 0x20141018 // OEM revision |