acpi
Here are 60 public repositories matching this topic...
-
Updated
May 22, 2020 - C
-
Updated
Apr 20, 2020 - C
-
Updated
Jul 9, 2018 - C
Currently the EC driver and how to enable it is undocumented, document this
Snippet containing initialization code:
https://pastebin.com/sYzy9npi
Includes: <lai/core.h> and <acpispec/tables.h>
-
Updated
Mar 19, 2020
Multi Model Support
Currently Tested Models:
- GX531GS
- GX531GM
- GX531GW
- GX501GM
- GM501GS
- G531GU
- GX701
Fixes
Keyboard & Sleep
Asus ROG keyboards in CFL laptops are all internal USB keyboards. VoodooPS2 won't work on this device.
Non-Zephyrus GX531 devices should delete USBPorts.kext, as it will disable the port of the keyboard.
USB mapping codeless kext should be re
-
Updated
Jun 18, 2018 - C
-
Updated
May 30, 2020 - C
-
Updated
Apr 30, 2017 - EmberScript
-
Updated
Nov 18, 2018 - C
-
Updated
Jul 13, 2019 - C++
-
Updated
May 30, 2020 - Shell
-
Updated
Apr 7, 2020 - C
-
Updated
May 13, 2019 - Shell
-
Updated
Mar 4, 2017 - D
Improve this page
Add a description, image, and links to the acpi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the acpi topic, visit your repo's landing page and select "manage topics."
Improve diagnostics by converting the error to
IncompatibleValueConversion(AmlType, AmlType). Convert all places where the error is emitted to fill in the correct types (these will be able to be hardcoded for most conversions).NOTE: This relies on the merging of #47 to introduce the
AmlTypetype