Skip to content

Commit

Permalink
ACPI: CML: Update SSDT-TPD0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevezhengshiqi committed Oct 24, 2021
1 parent ec84623 commit bad470a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file modified ACPI/CML/SSDT-TPD0.aml
Binary file not shown.
2 changes: 1 addition & 1 deletion ACPI/CML/Source/SSDT-TPD0.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ DefinitionBlock ("", "SSDT", 2, "hack", "_TPD0", 0x00000000)
{
If (_OSI ("Darwin"))
{
Return (ConcatenateResTemplate (SBFB, SBFG))
Return (ConcatenateResTemplate (I2CM (I2CX, BADR, SPED), SBFG))
}

If ((OSYS < 0x07DC))
Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
- Update `VoodooPS2` v2.2.7
- Update `VoodooI2C` v2.6.5 (up to)
- Update `BlueToolFixup` v2.6.1
- Update `AirportItlwm` v2.1.0 (up to)
- CML: Update `SSDT-TPD0`

### Add
- Add back `complete-modeset-framebuffers` property to fix HDMI
Expand Down
2 changes: 2 additions & 0 deletions Docs/Changelog_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* 更新 `VoodooPS2` v2.2.7
* 更新 `VoodooI2C` v2.6.5(更新至)
* 更新 `BlueToolFixup` v2.6.1
* 更新 `AirportItlwm` v2.1.0(更新至)
* CML: 更新 `SSDT-TPD0`

### 新增
* 新增回 `complete-modeset-framebuffers` 来修复 HDMI
Expand Down

0 comments on commit bad470a

Please sign in to comment.