aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/video.c')
-rw-r--r--drivers/acpi/video.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
index d4b4b52facba..74ff0faeab57 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -1765,6 +1765,7 @@ static void acpi_video_bus_notify(acpi_handle handle, u32 event, void *data)
1765 break; 1765 break;
1766 } 1766 }
1767 1767
1768 acpi_notifier_call_chain(device, event, 0);
1768 input_report_key(input, keycode, 1); 1769 input_report_key(input, keycode, 1);
1769 input_sync(input); 1770 input_sync(input);
1770 input_report_key(input, keycode, 0); 1771 input_report_key(input, keycode, 0);
@@ -1826,6 +1827,7 @@ static void acpi_video_device_notify(acpi_handle handle, u32 event, void *data)
1826 break; 1827 break;
1827 } 1828 }
1828 1829
1830 acpi_notifier_call_chain(device, event, 0);
1829 input_report_key(input, keycode, 1); 1831 input_report_key(input, keycode, 1);
1830 input_sync(input); 1832 input_sync(input);
1831 input_report_key(input, keycode, 0); 1833 input_report_key(input, keycode, 0);