M
Mattia Aisa
Hi,I'm a BIOS developer, and I'm implementing a custom ACPI table for HID buttons, using GPIOs. Below you find the sample ACPI table that I'm currently using, created following this documentation https://learn.microsoft.com/it-it/windows-hardware/drivers/hid/acpi-button-device:Scope(\_SB){ Device(BTNS) { Name(_HID, "ACPI0011") Method (_STA, 0, NotSerialized) // _STA: Status { Return (0x0F) } &nb
Continue reading...
Continue reading...