[ACPI-sppt] ASUS M2400N update

Robert Vollmert <[email protected]> Sat, 20 Sep 2003 00:33:08 +0200
Newsgroups gmane.linux.acpi.support
Message-ID <20030919223308.GA5713@krikkit>
Hello,

here's as small patch to the custom DSDT from acpi.sf.net. The address
TSAD that was supposed to be read somewhere from system memory is now
hard-coded to a value obtained from the official L3800C DSDT.

With this DSDT, I get sensible temperature readings. Also, the
definition of _L00 could be replaced without causing keventd to take
the CPU hostage.

Cheers
Robert
ASUS-M2400N-0206-custom.asl.diff (text/plain, 1 KB)
--- ASUS-M2400N-0206-custom.asl.orig	2003-09-20 00:22:26.000000000 +0200
+++ ASUS-M2400N-0206-custom.asl	2003-09-20 00:24:48.000000000 +0200
@@ -1381,7 +1381,7 @@
                         NSTE,   16, 
                         SSTE,   16, 
                         SFUN,   8, 
-                        TSAD,   8, 
+                        TSAX,   8, /* this used to be TSAD */
                         TAC3,   8, 
                         TAC2,   8, 
                         TAC1,   8, 
@@ -1402,6 +1402,8 @@
                         DBRD,   32, 
                         SIDS,   8
                     }
+                    Name (TSAD, 0x98)
+
 
                     Name (OSFG, 0x00)
                     Name (OS9X, 0x01)
@@ -3598,7 +3600,6 @@
                     }
                 }
 
-/*
                 Scope (\_GPE)
                 {
                     Method (_L00, 0, Serialized)
@@ -3607,7 +3608,6 @@
                         Notify (\_TZ.THRM, 0x80)
                     }
                 }
-*/
 
                 Scope (\_TZ)
                 {