This enables udev and userspace to react to those events without having to explicitly poll()/select() on the device. Signed-off-by: Carlos Garnacho <carlosg@xxxxxxxxx> --- drivers/platform/x86/xo15-ebook.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/platform/x86/xo15-ebook.c b/drivers/platform/x86/xo15-ebook.c index 4b1377b..2deaaa7 100644 --- a/drivers/platform/x86/xo15-ebook.c +++ b/drivers/platform/x86/xo15-ebook.c @@ -60,6 +60,7 @@ static int ebook_send_state(struct acpi_device *device) /* input layer checks if event is redundant */ input_report_switch(button->input, SW_TABLET_MODE, !state); input_sync(button->input); + kobject_uevent(&button->input->dev.kobj, KOBJ_CHANGE); return 0; } -- 1.8.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html