Skip to content

Commit

Permalink
x86_64: Fix incorrect _OSC in DSDT
Browse files Browse the repository at this point in the history
The auto-generated _OSC in DSDT is incorrect, fixing it.

BUG=None
TEST=Dump DSDT table and verify the generated _OSC

Change-Id: Ib6c5c355a7b6ebb6c891b8f3c685e59d4117abad
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3831821
Tested-by: Daniel Verkamp <[email protected]>
Auto-Submit: Victor Ding <[email protected]>
Reviewed-by: Daniel Verkamp <[email protected]>
Commit-Queue: Daniel Verkamp <[email protected]>
  • Loading branch information
Victor Ding authored and crosvm LUCI committed Aug 15, 2022
1 parent a2b14f7 commit 076476e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x86_64/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ impl Aml for PciRootOSC {
&aml::Equal::new(
&aml::ZERO,
&aml::And::new(
&aml::Local(0),
&aml::ZERO,
&aml::Name::new_field_name("CDW1"),
&aml::ONE,
),
Expand Down

0 comments on commit 076476e

Please sign in to comment.