Ramalama2 / UX303LN

UX303LN Support
1 stars 1 forks source link

DSDT error in last ASUS bios #1

Open Vmonheros opened 9 years ago

Vmonheros commented 9 years ago

Hi,

Last ASUS DSDT has an error in FBST method, that cause issue with BatteryManager.

Inside method FBST, find

If (Local0) ===> here Local0=1 if we’re on power { If (CHGS (Zero)) ===> so we’re on power and battery is charging { Store (0x02, Local0) } Else { Store (One, Local0) ===> Corrects it with Store (Zero, Local0) } } Else { Store (One, Local0) }

It takes time to find it, hope it will help.

Ramalama2 commented 9 years ago

Thanks :-) I just don't have any peeple that can test... And I don't have this laptop too:-) that's why there are maybe some bugs :-) I will correct this :-)

Cheers :-)

Von meinem iPhone gesendet

Am 20.11.2014 um 20:02 schrieb Vmonheros notifications@github.com:

Hi,

Last ASUS DSDT has an error in FBST method, that cause issue with BatteryManager.

Inside method FBST, find

If (Local0) ===> here Local0=1 if we’re on power { If (CHGS (Zero)) ===> so we’re on power and battery is charging { Store (0x02, Local0) } Else { Store (One, Local0) ===> Corrects it with Store (Zero, Local0) } } Else { Store (One, Local0) }

It takes time to find it, hope it will help.

— Reply to this email directly or view it on GitHub.

Vmonheros commented 9 years ago

I've got a UX303LA, after an UX32LN ;). With this change, you will not have anymore the bug that when the battery is fully charged, BatteryManager says you it's on battery even when you're on AC power...

However, our bigger issue now with last Asus laptop is that they don't use Elantech touchpad anymore... It's Focaltech (new player)...

I will work with ElymDinesh to see if he can develop a new driver for us. Bad news for Asus users !!!

Ramalama2 commented 9 years ago

Yes, i seen about that Focaltech crap... Seems like they made cheaper touchpads as Elantech :-)

Im a Synaptic fan, yes sure, dinesh maked a awesome élan driver, much better as rehabs synaptic one :-) But however, now there is Focaltech... lol Lets hope it is better as Alps crap...

But thanks for your work :-)

Vmonheros notifications@github.com , 24.11.2014 21:54:

I've got a UX303LA, after an UX32LN ;). With this change, you will not have anymore the bug that when the battery is fully charged, BatteryManager say you it's on battery even when you're on AC power...
However, our bigger issue now with last Asus laptop is that they don't use Elantech touchpad anymore... It's Focaltech (new player)... I will work with ElymDinesh to see if he can develop a new driver for us. Bad news for Asus users !!!
— Reply to this email directly or view it on GitHub.

              =