input: add broadcasting action for level event 07/276407/1
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 16 Jun 2022 05:22:07 +0000 (14:22 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Thu, 16 Jun 2022 05:22:07 +0000 (14:22 +0900)
Change-Id: I57090ba79f082d9c8c2a3c657e586ccc7f12a97f
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
conf/input-profile-iot-headless.conf

index a2c0284..0545f06 100644 (file)
@@ -60,29 +60,26 @@ TriggerType=edge
 ConditionVconf=memory/sysman/charger_status,int,0
 ActionChangeState=normal,poweroff
 
-# This doesn't trigger any action.
-# It is just for logging that bluetooth key has been pressed for 2000ms
 [EventAction]
 Name=BTKEY_CHECKPOINT_LONG
 Enum=1005
 Keycode=bluetooth
 DetectionRangeMsec=2000,-1
 TriggerType=level
+ActionBroadcast=yes
 
-# This doesn't trigger any action.
-# It is just for logging that powerkey has been pressed for 2000ms
 [EventAction]
 Name=PWKEY_CHECKPOINT_LONG
 Enum=1006
 Keycode=power
 DetectionRangeMsec=2000,-1
 TriggerType=level
+ActionBroadcast=yes
 
-# Powerkey has been pressed for 7000ms
-# It is just for logging that powerkey has been pressed for 7000ms
 [EventAction]
 Name=PWKEY_CHECKPOINT_LONGEST
 Enum=1007
 Keycode=power
 DetectionRangeMsec=7000,-1
 TriggerType=level
+ActionBroadcast=yes