Enable support for the accelerometer
authorAntonio Ospite <ao2@ao2.it>
Tue, 24 Mar 2015 15:33:21 +0000 (16:33 +0100)
committerAntonio Ospite <ao2@ao2.it>
Thu, 16 Apr 2015 12:56:25 +0000 (14:56 +0200)
dsdt.dsl

index 24f5bc9..d9d09cc 100644 (file)
--- 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)
                         }