#define BRIGHTNESS_UP \_SB.PCI0.GFX0.INCB #define BRIGHTNESS_DOWN \_SB.PCI0.GFX0.DECB #define ACPI_VIDEO_DEVICE \_SB.PCI0.GFX0 DefinitionBlock( "dsdt.aml", "DSDT", 0x03, // DSDT revision: ACPI v3.0 "COREv4", // OEM id "COREBOOT", // OEM table id 0x20141018 // OEM revision ) { // Some generic macros #include "acpi/platform.asl" #include #include /* global NVS and variables. */ #include #include Scope (\_SB) { Device (PCI0) { #include #include #include #include } } }