diff options
-rw-r--r-- | util-linux/acpid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/acpid.c b/util-linux/acpid.c index 1b22f3a01..5d2792948 100644 --- a/util-linux/acpid.c +++ b/util-linux/acpid.c | |||
@@ -75,6 +75,7 @@ struct acpi_event { | |||
75 | static const struct acpi_event f_evt_tab[] = { | 75 | static const struct acpi_event f_evt_tab[] = { |
76 | { "EV_KEY", 0x01, "KEY_POWER", 116, 1, "button/power PWRF 00000080" }, | 76 | { "EV_KEY", 0x01, "KEY_POWER", 116, 1, "button/power PWRF 00000080" }, |
77 | { "EV_KEY", 0x01, "KEY_POWER", 116, 1, "button/power PWRB 00000080" }, | 77 | { "EV_KEY", 0x01, "KEY_POWER", 116, 1, "button/power PWRB 00000080" }, |
78 | { "EV_SW", 0x05, "SW_LID", 0x00, 1, "button/lid LID0 00000080" }, | ||
78 | }; | 79 | }; |
79 | 80 | ||
80 | struct acpi_action { | 81 | struct acpi_action { |