input: rename Name= of EventAction 12/276412/1
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 16 Jun 2022 05:42:25 +0000 (14:42 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Thu, 16 Jun 2022 05:42:25 +0000 (14:42 +0900)
Change-Id: Iabdf19bd8c90937f0052e598b608f68efc0a6be7
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
conf/input-profile-iot-headless.conf

index 3acdc6a..69af5ad 100644 (file)
@@ -18,7 +18,7 @@
 #   - acquire wakelock for a specfied timeout
 
 [EventAction]
-Name=PWKEY_SHORT
+Name=PWKEY_SHORT_EDGE
 Enum=1000
 Keycode=power
 DetectionRangeMsec=0,2000
@@ -26,7 +26,7 @@ TriggerType=edge
 ActionBroadcast=yes
 
 [EventAction]
-Name=PWKEY_CHECKPOINT_LONG
+Name=PWKEY_LONG_LEVEL
 Enum=1001
 Keycode=power
 DetectionRangeMsec=2000,-1
@@ -34,7 +34,7 @@ TriggerType=level
 ActionBroadcast=yes
 
 [EventAction]
-Name=PWKEY_LONG
+Name=PWKEY_LONG_EDGE
 Enum=1002
 Keycode=power
 DetectionRangeMsec=2000,7000
@@ -43,7 +43,7 @@ ActionChangeState=normal,sleep
 ActionChangeState=sleep,normal
 
 [EventAction]
-Name=PWKEY_CHECKPOINT_LONGEST
+Name=PWKEY_LONGEST_LEVEL
 Enum=1003
 Keycode=power
 DetectionRangeMsec=7000,-1
@@ -51,7 +51,7 @@ TriggerType=level
 ActionBroadcast=yes
 
 [EventAction]
-Name=PWKEY_LONGEST
+Name=PWKEY_LONGEST_EDGE
 Enum=1004
 Keycode=power
 DetectionRangeMsec=7000,-1
@@ -60,7 +60,7 @@ ConditionVconf=memory/sysman/charger_status,int,0
 ActionChangeState=normal,poweroff
 
 [EventAction]
-Name=BTKEY_SHORT
+Name=BTKEY_SHORT_EDGE
 Enum=1005
 Keycode=bluetooth
 DetectionRangeMsec=0,2000
@@ -69,7 +69,7 @@ ActionBroadcast=yes
 WakeLockDurationSec=5
 
 [EventAction]
-Name=BTKEY_CHECKPOINT_LONG
+Name=BTKEY_LONG_LEVEL
 Enum=1006
 Keycode=bluetooth
 DetectionRangeMsec=2000,-1
@@ -77,7 +77,7 @@ TriggerType=level
 ActionBroadcast=yes
 
 [EventAction]
-Name=BTKEY_LONG
+Name=BTKEY_LONG_EDGE
 Enum=1007
 Keycode=bluetooth
 DetectionRangeMsec=2000,7000