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/fujitsu-tablet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/platform/x86/fujitsu-tablet.c b/drivers/platform/x86/fujitsu-tablet.c index 570926c..935fb4e 100644 --- a/drivers/platform/x86/fujitsu-tablet.c +++ b/drivers/platform/x86/fujitsu-tablet.c @@ -178,6 +178,7 @@ static void fujitsu_send_state(void) input_report_switch(fujitsu.idev, SW_DOCK, dock); input_report_switch(fujitsu.idev, SW_TABLET_MODE, tablet_mode); input_sync(fujitsu.idev); + kobject_uevent(&fujitsu.idev->dev.kobj, KOBJ_CHANGE); } static void fujitsu_reset(void) -- 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