X-Git-Url: https://git.ao2.it/Teclast-X98-Air-3G_C6J6_custom_DSDT.git/blobdiff_plain/e079f167a947a3da4edea8d46dd51feb8695ebb8..63fd2ee2c58a0f7bd11b9a27a7d74d26f4c5e747:/dsdt.dsl?ds=sidebyside diff --git a/dsdt.dsl b/dsdt.dsl index 7dd2477..6d7686c 100644 --- a/dsdt.dsl +++ b/dsdt.dsl @@ -1023,7 +1023,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) I2C4, PEPD }) - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBUF, ResourceTemplate () { @@ -1041,7 +1041,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) DSEN = (Arg0 & 0x07) } - Method (_DOD, 0, NotSerialized) // _DOD: Display Output Devices + Method (_DOD, 0, Serialized) // _DOD: Display Output Devices { NDID = Zero If ((DIDL != Zero)) @@ -3745,22 +3745,23 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Name (RBUF, ResourceTemplate () { - Name (RBUF, ResourceTemplate () + Memory32Fixed (ReadWrite, + 0xDF498000, // Address Base + 0x00001000, // Address Length + _Y07) + Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, ) { - Memory32Fixed (ReadWrite, - 0xDF498000, // Address Base - 0x00001000, // Address Length - _Y07) - Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, ) - { - 0x00000018, - } - }) - CreateDWordField (RBUF, \_SB.LPEA.ADMA._CRS._Y07._BAS, B0BA) // _BAS: Base Address + 0x00000018, + } + }) + + Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + { + CreateDWordField (RBUF, \_SB.LPEA.ADMA._Y07._BAS, B0BA) // _BAS: Base Address B0BA = LPE0 /* \LPE0 */ - Return (RBUF) /* \_SB_.LPEA.ADMA._CRS.RBUF */ + Return (RBUF) /* \_SB_.LPEA.ADMA.RBUF */ } } @@ -3781,22 +3782,23 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Name (RBUF, ResourceTemplate () { - Name (RBUF, ResourceTemplate () + Memory32Fixed (ReadWrite, + 0xDF4A1000, // Address Base + 0x00001000, // Address Length + _Y08) + Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, ) { - Memory32Fixed (ReadWrite, - 0xDF4A1000, // Address Base - 0x00001000, // Address Length - _Y08) - Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, ) - { - 0x0000001B, - } - }) - CreateDWordField (RBUF, \_SB.LPEA.SSP1._CRS._Y08._BAS, B0BA) // _BAS: Base Address + 0x0000001B, + } + }) + + Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + { + CreateDWordField (RBUF, \_SB.LPEA.SSP1._Y08._BAS, B0BA) // _BAS: Base Address B0BA = (LPE0 + 0x000A1000) - Return (RBUF) /* \_SB_.LPEA.SSP1._CRS.RBUF */ + Return (RBUF) /* \_SB_.LPEA.SSP1.RBUF */ } Method (_DSM, 4, Serialized) // _DSM: Device-Specific Method @@ -3878,7 +3880,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -3921,7 +3923,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -3959,7 +3961,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -4273,6 +4275,8 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) PDBM &= 0xFFFFFFFFFFFFFFFD MEMB = Local2 PDBM = Local1 + + Return (Zero) } Method (_PS3, 0, Serialized) // _PS3: Power State 3 @@ -4346,6 +4350,8 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) PDBM &= 0xFFFFFFFFFFFFFFFD MEMB = Local2 PDBM = Local1 + + Return (Zero) } Method (_DSW, 3, NotSerialized) // _DSW: Device Sleep Wake @@ -6120,7 +6126,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) } } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -6137,7 +6143,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (0x0F) } - Method (_AEI, 0, NotSerialized) // _AEI: ACPI Event Interrupts + Method (_AEI, 0, Serialized) // _AEI: ACPI Event Interrupts { Name (RBUF, ResourceTemplate () { @@ -6241,7 +6247,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Name (_CID, "INT33FC" /* Intel Baytrail GPIO Controller */) // _CID: Compatible ID Name (_DDN, "ValleyView General Purpose Input/Output (GPIO) controller") // _DDN: DOS Device Name Name (_UID, One) // _UID: Unique ID - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -6320,7 +6326,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Name (_CID, "INT33FC" /* Intel Baytrail GPIO Controller */) // _CID: Compatible ID Name (_DDN, "ValleyView GPNCORE controller") // _DDN: DOS Device Name Name (_UID, 0x02) // _UID: Unique ID - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -6381,7 +6387,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Name (_CID, "INT33FC" /* Intel Baytrail GPIO Controller */) // _CID: Compatible ID Name (_DDN, "ValleyView GPSUS controller") // _DDN: DOS Device Name Name (_UID, 0x03) // _UID: Unique ID - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -6402,23 +6408,8 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (0x0F) } - Method (_AEI, 0, NotSerialized) // _AEI: ACPI Event Interrupts + Method (_AEI, 0, Serialized) // _AEI: ACPI Event Interrupts { - Name (RBUF, ResourceTemplate () - { - GpioInt (Edge, ActiveLow, ExclusiveAndWake, PullUp, 0x0000, - "\\_SB.GPO2", 0x00, ResourceConsumer, , - ) - { // Pin list - 0x0012 - } - GpioInt (Edge, ActiveLow, ExclusiveAndWake, PullUp, 0x0000, - "\\_SB.GPO2", 0x00, ResourceConsumer, , - ) - { // Pin list - 0x0002 - } - }) Name (FBUF, ResourceTemplate () { GpioInt (Edge, ActiveBoth, SharedAndWake, PullUp, 0x0000, @@ -8623,7 +8614,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) }) Name (_S4W, 0x02) // _S4W: S4 Device Wake State Name (_S0W, 0x02) // _S0W: S0 Device Wake State - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -8672,7 +8663,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (NAM, Buffer (0x0F) { @@ -8723,7 +8714,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) }) Name (_S4W, 0x02) // _S4W: S4 Device Wake State Name (_S0W, 0x02) // _S0W: S0 Device Wake State - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -9352,7 +9343,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (UBUF, ResourceTemplate () { @@ -9390,7 +9381,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (0x0F) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (UBUF, ResourceTemplate () { @@ -9530,7 +9521,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (UBUF, ResourceTemplate () { @@ -9621,7 +9612,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) { Name (_HID, "AUTH2750" /* AuthenTec AES2750 */) // _HID: Hardware ID Name (_DDN, "AuthenTec AES2750") // _DDN: DOS Device Name - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (UBUF, ResourceTemplate () { @@ -9850,7 +9841,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) One, 0x017D7840 }) - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBUF, ResourceTemplate () { @@ -9893,7 +9884,6 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Name (T_0, Zero) // _T_x: Emitted by ASL Compiler If ((Arg0 == ToUUID ("a9240c44-f032-454d-80e5-7aeed80e9551"))) { - CreateByteField (Arg3, Zero, FARG) While (One) { T_0 = Arg2 @@ -9959,7 +9949,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) 0x14, 0xB3 }) - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBUF, ResourceTemplate () { @@ -10025,7 +10015,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBUF, ResourceTemplate () { @@ -10194,7 +10184,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBUF, ResourceTemplate () { @@ -10380,7 +10370,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (0x0F) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBUF, ResourceTemplate () { @@ -10562,7 +10552,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBUF, ResourceTemplate () { @@ -10735,7 +10725,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (0x0F) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBUF, ResourceTemplate () { @@ -10908,7 +10898,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBUF, ResourceTemplate () { @@ -11081,7 +11071,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBUF, ResourceTemplate () { @@ -11223,7 +11213,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (0x0F) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBUF, ResourceTemplate () { @@ -11367,7 +11357,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Sleep (0x78) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -11572,7 +11562,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) } } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -11608,7 +11598,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) } } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -11656,7 +11646,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) } } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -11686,7 +11676,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -11723,7 +11713,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -11765,7 +11755,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) } } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -11807,7 +11797,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) } } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -11843,7 +11833,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) } } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -11872,7 +11862,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -11910,7 +11900,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (UBUF, ResourceTemplate () { @@ -12044,7 +12034,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Sleep (0x78) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -12230,6 +12220,8 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) PSAT |= 0x03 Local0 = PSAT /* \_SB_.I2C5.PSAT */ + + Return (Zero) } Method (_PS0, 0, NotSerialized) // _PS0: Power State 0 @@ -12297,7 +12289,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) { I2C5 }) - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBUF, ResourceTemplate () { @@ -12744,7 +12736,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) { I2C5 }) - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBUF, ResourceTemplate () { @@ -13193,7 +13185,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) { I2C5 }) - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBUF, ResourceTemplate () { @@ -13246,7 +13238,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) { I2C5 }) - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBUF, ResourceTemplate () { @@ -13903,7 +13895,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBUF, ResourceTemplate () { @@ -14265,7 +14257,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) I2C5, ^I2C5.PMI1 }) - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (RBUF, ResourceTemplate () { @@ -14366,39 +14358,6 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) 0x005F } }) - Name (RBU0, ResourceTemplate () - { - GpioInt (Edge, ActiveBoth, ExclusiveAndWake, PullDefault, 0x0000, - "\\_SB.GPO2", 0x00, ResourceConsumer, , - ) - { // Pin list - 0x0010 - } - GpioInt (Edge, ActiveBoth, ExclusiveAndWake, PullDefault, 0x0000, - "\\_SB.GPO2", 0x00, ResourceConsumer, , - ) - { // Pin list - 0x0015 - } - GpioInt (Edge, ActiveBoth, Exclusive, PullDefault, 0x0000, - "\\_SB.GPO0", 0x00, ResourceConsumer, , - ) - { // Pin list - 0x0001 - } - GpioInt (Edge, ActiveBoth, Exclusive, PullDefault, 0x0000, - "\\_SB.GPO0", 0x00, ResourceConsumer, , - ) - { // Pin list - 0x0000 - } - GpioInt (Edge, ActiveBoth, Exclusive, PullDefault, 0x0000, - "\\_SB.GPO0", 0x00, ResourceConsumer, , - ) - { // Pin list - 0x0028 - } - }) Name (ABU0, ResourceTemplate () { GpioInt (Edge, ActiveBoth, ExclusiveAndWake, PullDefault, 0x0000, @@ -14654,7 +14613,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) Return (Zero) } - Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings + Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (UBUF, ResourceTemplate () { @@ -16048,7 +16007,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) } Name (CHTP, Zero) - Method (SBTP, 0, NotSerialized) + Method (SBTP, 0, Serialized) { ADBG ("SBTP") ADBG ("XP00")