Contribute
Register

DSDT Fix

Status
Not open for further replies.
Joined
May 18, 2014
Messages
202
Motherboard
ASUS S500CA LAPTOP
CPU
Intel Core i5-3317U @ 1.70GHz
Graphics
INTEL HD 4000
Mac
  1. MacBook Air
Classic Mac
  1. Lisa
Mobile Phone
  1. iOS
Screen Shot 2014-06-14 at 01.48.36.png
i have 11 warnings , i know the warnings not metter. but i want to fix all the warnings. thanks rehab


1.
Code:
     Name (_WDG, Buffer (0x28)            {
                /* 0000 */    0xD0, 0x5E, 0x84, 0x97, 0x6D, 0x4E, 0xDE, 0x11, 
                /* 0008 */    0x8A, 0x39, 0x08, 0x00, 0x20, 0x0C, 0x9A, 0x66, 
                /* 0010 */    0x4E, 0x42, 0x01, 0x02, 0x35, 0xBB, 0x3C, 0x0B, 
                /* 0018 */    0xC2, 0xE3, 0xED, 0x45, 0x91, 0xC2, 0x4C, 0x5A, 
                /* 0020 */    0x6D, 0x19, 0x5D, 0x1C, 0xFF, 0x00, 0x01, 0x08
            })

2.
Code:
            Method (_WED, 1, NotSerialized)            {
                If (LEqual (Arg0, 0xFF))
                {
                    Return (GANQ ())
                }


                Return (Ones)
            }

3.
Code:
   {            Name (_HID, "ATK4001")
            Method (HSWC, 1, Serialized)
            {
                If (LLess (Arg0, 0x02))
                {
                    OWGD (Arg0)
                    Return (One)
                }


                If (LEqual (Arg0, 0x02))
                {
                    Return (OWGS ())
                }


                If (LEqual (Arg0, 0x03))
                {
                    Return (0xFF)
                }


                If (LEqual (Arg0, 0x80))
                {
                    Return (One)
                }
            }
 
If you're going to fix warnings, you should understand what they mean. Experience in programming computers and the ACPI spec are prerequisites.
 
ohh, no . i was thinking your will help me, ok . never mind. leave it like that.

No need to help you do something unnecessary.
 
Status
Not open for further replies.
Back
Top