diff --git a/[refs] b/[refs] index fd0177d0b62d..56cf494c6ebf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ee85241fdaab358dff1d8647f20a478cfa512a1 +refs/heads/master: 7761f638f6e0f276fe8612ba306d09c40d1b553c diff --git a/trunk/drivers/acpi/video.c b/trunk/drivers/acpi/video.c index d4b4b52facba..74ff0faeab57 100644 --- a/trunk/drivers/acpi/video.c +++ b/trunk/drivers/acpi/video.c @@ -1765,6 +1765,7 @@ static void acpi_video_bus_notify(acpi_handle handle, u32 event, void *data) break; } + acpi_notifier_call_chain(device, event, 0); input_report_key(input, keycode, 1); input_sync(input); input_report_key(input, keycode, 0); @@ -1826,6 +1827,7 @@ static void acpi_video_device_notify(acpi_handle handle, u32 event, void *data) break; } + acpi_notifier_call_chain(device, event, 0); input_report_key(input, keycode, 1); input_sync(input); input_report_key(input, keycode, 0);