search for: acpi_button

Displaying 3 results from an estimated 3 matches for "acpi_button".

Did you mean: acpi_button0
2006 Apr 12
1
powerd not behaving with an Asus A8V-MX and Athlon 64 X2 3800+
...: 00:15:f2:2c:c3:86 pcib2: <ACPI PCI-PCI bridge> at device 19.0 on pci0 pci2: <ACPI PCI bus> on pcib2 pcib3: <ACPI PCI-PCI bridge> at device 0.0 on pci2 pci3: <ACPI PCI bus> on pcib3 pcib4: <ACPI PCI-PCI bridge> at device 0.1 on pci2 pci4: <ACPI PCI bus> on pcib4 acpi_button0: <Sleep Button> on acpi0 acpi_button1: <Power Button> on acpi0 ppc0: <ECP parallel printer port> port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/9 bytes threshold ppbus0: <Parallel port bus&...
2017 Jul 26
0
[PATCH 2/3] ACPI/DRM: rework ACPI_VIDEO Kconfig dependencies
...config | 10 ++-------- drivers/platform/x86/Kconfig | 6 ++---- 5 files changed, 10 insertions(+), 24 deletions(-) diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 1ce52f84dc23..a8f5a40e2914 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -182,9 +182,12 @@ config ACPI_BUTTON config ACPI_VIDEO tristate "Video" - depends on X86 && BACKLIGHT_CLASS_DEVICE + depends on X86 depends on INPUT select THERMAL + select BACKLIGHT_CLASS_DEVICE + select BACKLIGHT_LCD_SUPPORT + default y help This driver implements the ACPI Extensions For Display Adap...
2017 Jul 26
8
[PATCH 0/3] Kconfig dependencies: acpi-video, backlight and thermal
Hi everyone, It took me a while to figure this out properly, as I kept getting circular or missing dependencies with video drivers. This set of three patches should simplify the situation a bit, mostly by cleaning up the dependencies around CONFIG_ACPI_VIDEO. With all three patches applied, I no longer run into those related warnings. If everyone agrees on the general direction, I hope we can