Jump to content

Fn HotKey and ALS sensor driver for Asus Notebooks


EMlyDinEsH

Recommended Posts

DSDT is the same as I posted earlier but just added section below which had nothing to do with LCD brightness anyhow.  Had to change LPCB to SBRG since that is the device by default in my DSDT.  I would have to change all references to SBRG to LPCB and not sure if I need to do that for OSX Mavericks or not?

Method (SKBL, 1, NotSerialized)
            {
                Store (Arg0, Local0)
                Store (DerefOf (Index (PWKB, Local0)), Local1)
                ^^PCI0.LPCB.EC0.WRAM (0x044B, Local1)
                Return (One)
            }

Driver attached but see link below for additional information regarding it.

 

http://www.insanelymac.com/forum/topic/291300-fermi-freeze-investigation/?p=1957433

 

That is also my driver,  you problem is due to not adding the backlight method needed which also i've explained in the first post. Good to know its working.

Link to comment
Share on other sites

Hi ! First of all great project. Works perfectly on my Asus K56CB

 

Secondly, is there a way to make it work more or less like a macbook does. For example instead of pressing FN+F5 to lower the screen brightness, you would just press F5 ? 

Thanks ! 

 

Well, its possible with Elan touchpad driver of mine. If you have Elan touchpad then you can enable this Fn Keys mode by editing Keyboard plist file.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...