Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

battery_HP-ProBook-4x0s-G1.txt compile error in MaciASL #94

Closed
phuong3030 opened this issue Mar 26, 2020 · 1 comment
Closed

battery_HP-ProBook-4x0s-G1.txt compile error in MaciASL #94

phuong3030 opened this issue Mar 26, 2020 · 1 comment

Comments

@phuong3030
Copy link

phuong3030 commented Mar 26, 2020

I'm patching my battery for HP Elitebook 8570w in Catalina 10.15.4 but I got some errors. Coud you please help to fix that?

Screen Shot 1399-01-07 at 22 55 26

Here is my dsl:
DSDT.dsl.zip

@phuong3030
Copy link
Author

I resolved that!

Here is for anyone don't know how to fix:
Change
VFN4
to
Return (VFN4)

Change
Store (\_GPE.VLET (Local4, Notify (\_SB.LID, 0x80)), \_SB.PCI0.ACEL.AJAL ())
to

Store (\_GPE.VLET, Local4)
Notify (\_SB.LID, 0x80)
\_SB.PCI0.ACEL.AJAL ()

Done!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant