mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-30 12:04:07 +00:00
Update the name for edge triggered for the 20040402 import.
This commit is contained in:
parent
267afa1eab
commit
b7d13479aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=128220
@ -558,7 +558,7 @@ acpi_ec_attach(device_t dev)
|
||||
*/
|
||||
ACPI_DEBUG_PRINT((ACPI_DB_RESOURCES, "attaching GPE handler\n"));
|
||||
Status = AcpiInstallGpeHandler(NULL, sc->ec_gpebit,
|
||||
ACPI_EVENT_EDGE_TRIGGERED, &EcGpeHandler, sc);
|
||||
ACPI_GPE_EDGE_TRIGGERED, &EcGpeHandler, sc);
|
||||
if (ACPI_FAILURE(Status)) {
|
||||
device_printf(dev, "can't install GPE handler for %s - %s\n",
|
||||
acpi_name(sc->ec_handle), AcpiFormatException(Status));
|
||||
|
Loading…
Reference in New Issue
Block a user