acpid: add missing lid switch definition
This patch adds a missing LID0 switch definition. Without it, closing the notebook lid is not detected by acpid. Signed-off-by: Eric Martin <eric.martin@gmx.net> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
c5fe9f7b72
commit
5345b8db8b
@ -75,6 +75,7 @@ struct acpi_event {
|
||||
static const struct acpi_event f_evt_tab[] = {
|
||||
{ "EV_KEY", 0x01, "KEY_POWER", 116, 1, "button/power PWRF 00000080" },
|
||||
{ "EV_KEY", 0x01, "KEY_POWER", 116, 1, "button/power PWRB 00000080" },
|
||||
{ "EV_SW", 0x05, "SW_LID", 0x00, 1, "button/lid LID0 00000080" },
|
||||
};
|
||||
|
||||
struct acpi_action {
|
||||
|
Loading…
Reference in New Issue
Block a user