Jump to content

MaLd0n

Administrators
  • Posts

    95,154
  • Joined

  • Last visited

Posts posted by MaLd0n

  1. Use this PNLF with BrightnessKeys.kext. IN some cases need Windows patch.

    Quote

    Scope (\_SB)
        {
            Device (PNLF)
            {
                Name (_HID, EisaId ("APP0002"))  // _HID: Hardware ID
                Name (_CID, "backlight")  // _CID: Compatible ID
                Name (_UID, 0x10)  // _UID: Unique ID
                Method (_STA, 0, NotSerialized)  // _STA: Status
                {
                    If (_OSI ("Darwin"))
                    {
                        Return (0x0B)
                    }
                    Else
                    {
                        Return (Zero)
                    }
                }
            }
        }

     

    • Like 1
×
×
  • Create New...