Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/acpi
Module Name: src
Committed By: jmcneill
Date: Thu Dec 12 21:51:19 UTC 2024
Modified Files:
src/sys/dev/acpi: qcomgpio.c
Log Message:
qcomgpio: Filter some interrupts.
Virtual pin 0x140 activates a previously unused block of AML code that
triggers when the lid switch event is triggered. Execution if the AML
spins the CPU and the interrupt status is not cleared due to a missing
driver in the OS. Until that driver is added, filter this virtual pin
on X1E platforms.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/acpi/qcomgpio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index