From: Antonio Ospite Date: Tue, 24 Mar 2015 15:33:21 +0000 (+0100) Subject: Enable support for the accelerometer X-Git-Url: https://git.ao2.it/Teclast-X98-Air-3G_C6J6_custom_DSDT.git/commitdiff_plain/75579b141fec16ac69bdcbe2fd5e659074cac81c Enable support for the accelerometer --- diff --git a/dsdt.dsl b/dsdt.dsl index 24f5bc9..d9d09cc 100644 --- a/dsdt.dsl +++ b/dsdt.dsl @@ -11401,7 +11401,7 @@ DefinitionBlock ("dsdt.aml", "DSDT", 2, "ALASKA", "A M I ", 0x00000003) { If ((OSSL & 0x80)) { - If ((ACCS == One)) + If (((ACCS == One) || (ACCS == 0x3))) { Return (0x0F) }