View Single Post
 
Old 04-17-2010, 01:34 PM
andyvand's Avatar
andyvand andyvand is offline
 
Join Date: Apr 2009
Location: Tienen
Posts: 515
You can easily make your DSDT ACPI V2
at the top you can change something like this:
DefinitionBlock ("DSDT.aml", "DSDT", 1, "APPLE ", "MacBook", 0x00010001)
into this:
DefinitionBlock ("DSDT.aml", "DSDT", 2, "APPLE ", "MacBook", 0x00010001)
This will after compilation be a V2 DSDT...
Reply With Quote