Skip to content

Releases: hieplpvip/AsusSMC

1.4.1

06 Oct 06:35
Compare
Choose a tag to compare
  • Added MacKernelSDK with Xcode 12 compatibility
  • Drop experimental custom fan control code
  • Drop AsusHID as I couldn't make it work on Catalina and above. Please use ROG-HID by @black-dragon74
  • Improving touchpad toggling mechanism

1.4.0

13 Sep 18:59
Compare
Choose a tag to compare
  • Rework keyboard backlight mechanism. Users need to repatch DSDT. More specific, the line ^^KBLV = Arg0 / 16 must be removed.
  • Rework ambient light sensor mechanism (use WMI for toggling sensor; read value directly with method _ALI). DSDT patch is not needed anymore.
  • Add experimental support for reading fan speed with WMI
  • Support battery charge threshold found on new laptops (charging stops at 80%). Can be disabled by turning off Battery Health in Energy Saver.

1.3.1

18 Aug 18:12
Compare
Choose a tag to compare
  • Removed unimplemented virtual methods for kext to load correctly (thanks @Ubsefor)

1.3.0

17 Aug 22:42
Compare
Choose a tag to compare
  • Native keyboard backlight on Catalina

1.2.2

06 Feb 04:22
Compare
Choose a tag to compare
  • Fix keyboard backlight remaining off after sleep on Catalina (thanks to @AR-CADE)

1.2.1

30 Jan 12:40
Compare
Choose a tag to compare
  • Built with Lilu 1.4.1 and VirtualSMC 1.1.0
  • Update OSBundleLibraries
  • Fix install_daemon.sh to make it work when folder /usr/local/bin does not exist

1.2.0

16 Oct 13:56
Compare
Choose a tag to compare
  • Added support for USB HID keyboards found on ROG models
  • Optimized code
  • Updated MaciASL patches
  • Unified release archive names
  • Changed dependency com.apple.iokit.IOHIDSystem to com.apple.iokit.IOHIDFamily
  • Change AsusSMCDaemon installation location to support Catalina
  • Add workaround for keyboard backlight on Catalina

1.1.1

11 Jun 07:46
Compare
Choose a tag to compare
  • Fixed memory leaks
  • Added support for direct messages from ACPI

1.1

03 May 14:51
df34946
Compare
Choose a tag to compare
1.1
  • Optimized code

1.0.3

02 May 20:40
Compare
Choose a tag to compare
  • Improved message handling mechanism