Skip to content

Instantly share code, notes, and snippets.

@imasaru
Created August 23, 2019 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imasaru/99895e34e208bb0bb751020ab5500cfb to your computer and use it in GitHub Desktop.
Save imasaru/99895e34e208bb0bb751020ab5500cfb to your computer and use it in GitHub Desktop.
Acer Aspire E5-575-33BM Brightness Keys Patch by imasaru
# Acer Aspire E5-575-33BM Brightness Keys Patch by imasaru
# modified from RehabMan’s _Q10 and _Q11 methods patch
into method label _Q8E replace_content
begin
// Brightness Down\n
Notify(\_SB.PCI0.LPCB.PS2K, 0x0405)\n
end;
into method label _Q8F replace_content
begin
// Brightness Up\n
Notify(\_SB.PCI0.LPCB.PS2K, 0x0406)\n
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment