From: Youngjae Cho Date: Mon, 29 Aug 2022 00:59:18 +0000 (+0900) Subject: input: comment out target-specific configuration X-Git-Tag: accepted/tizen/7.0/unified/hotfix/20221116.105704~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d2ac85372f7d0c189eed5b12f7939b1568b7838;p=platform%2Fcore%2Fsystem%2Fdeviced.git input: comment out target-specific configuration Leave configuration itself for use as an example. Change-Id: I36723a7f6c3014c641bca58faf27c284c6d2a3ee Signed-off-by: Youngjae Cho --- diff --git a/conf/battery.conf b/conf/battery.conf index 8b65792..381d99e 100644 --- a/conf/battery.conf +++ b/conf/battery.conf @@ -18,16 +18,16 @@ ChargerWakeLockEnabled=yes # WakeLockDurationSec= # - acquire wakelock for a specfied timeout -[EventAction] -Name=CHARGER_CONNECTED -Enum=2001 -DeviceNotifier=DEVICE_NOTIFIER_BATTERY_CHARGER_CONNECTED -ActionBroadcast=yes -WakeLockDurationSec=5 +#[EventAction] +#Name=CHARGER_CONNECTED +#Enum=2001 +#DeviceNotifier=DEVICE_NOTIFIER_BATTERY_CHARGER_CONNECTED +#ActionBroadcast=yes +#WakeLockDurationSec=5 -[EventAction] -Name=CHARGER_DISCONNECTED -Enum=2002 -DeviceNotifier=DEVICE_NOTIFIER_BATTERY_CHARGER_DISCONNECTED -ActionBroadcast=yes -WakeLockDurationSec=5 +#[EventAction] +#Name=CHARGER_DISCONNECTED +#Enum=2002 +#DeviceNotifier=DEVICE_NOTIFIER_BATTERY_CHARGER_DISCONNECTED +#ActionBroadcast=yes +#WakeLockDurationSec=5 diff --git a/conf/init.conf b/conf/init.conf index 504fec7..bffcbbc 100644 --- a/conf/init.conf +++ b/conf/init.conf @@ -1,27 +1,27 @@ # BootMode= is optional. If it isn't specified then # it is regarded as BootMode=normal -[EventAction] -#INITIAL_STATE_BY_POWERKEY_BOOTING -Enum=3000 -BootReason=powerkey -ActionChangeState=start,normal +#[EventAction] +##INITIAL_STATE_BY_POWERKEY_BOOTING +#Enum=3000 +#BootReason=powerkey +#ActionChangeState=start,normal -[EventAction] -#INITIAL_STATE_BY_CHARGER_BOOTING -Enum=3001 -BootReason=charger -ActionChangeState=start,sleep +#[EventAction] +##INITIAL_STATE_BY_CHARGER_BOOTING +#Enum=3001 +#BootReason=charger +#ActionChangeState=start,sleep -[EventAction] -#INITIAL_STATE_BY_REBOOT_NORMAL -Enum=3002 -BootReason=reboot -ActionChangeState=start,normal +#[EventAction] +##INITIAL_STATE_BY_REBOOT_NORMAL +#Enum=3002 +#BootReason=reboot +#ActionChangeState=start,normal -[EventAction] -#INITIAL_STATE_BY_REBOOT_SILENT -Enum=3003 -BootReason=reboot -BootMode=silent -ActionChangeState=start,sleep +#[EventAction] +##INITIAL_STATE_BY_REBOOT_SILENT +#Enum=3003 +#BootReason=reboot +#BootMode=silent +#ActionChangeState=start,sleep diff --git a/conf/input-profile-iot-headless.conf b/conf/input-profile-iot-headless.conf index 5c71600..1518e1c 100644 --- a/conf/input-profile-iot-headless.conf +++ b/conf/input-profile-iot-headless.conf @@ -17,84 +17,84 @@ # WakeLockDurationSec= # - acquire wakelock for a specfied timeout -[EventAction] -Name=PWKEY_SHORT_EDGE -Enum=1000 -Keycode=power -DetectionRangeMsec=0,2000 -TriggerType=edge -ActionBroadcast=yes -WakeLockDurationSec=5 +#[EventAction] +#Name=PWKEY_SHORT_EDGE +#Enum=1000 +#Keycode=power +#DetectionRangeMsec=0,2000 +#TriggerType=edge +#ActionBroadcast=yes +#WakeLockDurationSec=5 -[EventAction] -Name=PWKEY_LONG_LEVEL -Enum=1001 -Keycode=power -DetectionRangeMsec=2000,-1 -TriggerType=level -ActionBroadcast=yes -WakeLockDurationSec=5 +#[EventAction] +#Name=PWKEY_LONG_LEVEL +#Enum=1001 +#Keycode=power +#DetectionRangeMsec=2000,-1 +#TriggerType=level +#ActionBroadcast=yes +#WakeLockDurationSec=5 -[EventAction] -Name=PWKEY_LONG_EDGE -Enum=1002 -Keycode=power -DetectionRangeMsec=2000,7000 -TriggerType=edge -ActionChangeState=normal,sleep -ActionChangeState=sleep,normal +#[EventAction] +#Name=PWKEY_LONG_EDGE +#Enum=1002 +#Keycode=power +#DetectionRangeMsec=2000,7000 +#TriggerType=edge +#ActionChangeState=normal,sleep +#ActionChangeState=sleep,normal -[EventAction] -Name=PWKEY_LONGEST_LEVEL -Enum=1003 -Keycode=power -DetectionRangeMsec=7000,-1 -TriggerType=level -ActionBroadcast=yes -WakeLockDurationSec=5 +#[EventAction] +#Name=PWKEY_LONGEST_LEVEL +#Enum=1003 +#Keycode=power +#DetectionRangeMsec=7000,-1 +#TriggerType=level +#ActionBroadcast=yes +#WakeLockDurationSec=5 -[EventAction] -Name=PWKEY_LONGEST_EDGE_WO_CHARGER -Enum=1004 -Keycode=power -DetectionRangeMsec=7000,-1 -TriggerType=edge -ConditionVconf=memory/sysman/charger_status,int,0 -ActionChangeState=normal,poweroff -ActionChangeState=sleep,normal +#[EventAction] +#Name=PWKEY_LONGEST_EDGE_WO_CHARGER +#Enum=1004 +#Keycode=power +#DetectionRangeMsec=7000,-1 +#TriggerType=edge +#ConditionVconf=memory/sysman/charger_status,int,0 +#ActionChangeState=normal,poweroff +#ActionChangeState=sleep,normal -[EventAction] -Name=PWKEY_LONGEST_EDGE_W_CHARGER -Enum=1004 -Keycode=power -DetectionRangeMsec=7000,-1 -TriggerType=edge -ConditionVconf=memory/sysman/charger_status,int,1 -ActionChangeState=normal,sleep -ActionChangeState=sleep,normal +#[EventAction] +#Name=PWKEY_LONGEST_EDGE_W_CHARGER +#Enum=1004 +#Keycode=power +#DetectionRangeMsec=7000,-1 +#TriggerType=edge +#ConditionVconf=memory/sysman/charger_status,int,1 +#ActionChangeState=normal,sleep +#ActionChangeState=sleep,normal -[EventAction] -Name=BTKEY_SHORT_EDGE -Enum=1005 -Keycode=bluetooth -DetectionRangeMsec=0,2000 -TriggerType=edge -ActionBroadcast=yes -WakeLockDurationSec=5 +#[EventAction] +#Name=BTKEY_SHORT_EDGE +#Enum=1005 +#Keycode=bluetooth +#DetectionRangeMsec=0,2000 +#TriggerType=edge +#ActionBroadcast=yes +#WakeLockDurationSec=5 -[EventAction] -Name=BTKEY_LONG_LEVEL -Enum=1006 -Keycode=bluetooth -DetectionRangeMsec=2000,-1 -TriggerType=level -ActionBroadcast=yes -WakeLockDurationSec=5 +#[EventAction] +#Name=BTKEY_LONG_LEVEL +#Enum=1006 +#Keycode=bluetooth +#DetectionRangeMsec=2000,-1 +#TriggerType=level +#ActionBroadcast=yes +#WakeLockDurationSec=5 -[EventAction] -Name=BTKEY_LONG_EDGE -Enum=1007 -Keycode=bluetooth -DetectionRangeMsec=2000,7000 -TriggerType=edge -ActionBroadcast=yes +#[EventAction] +#Name=BTKEY_LONG_EDGE +#Enum=1007 +#Keycode=bluetooth +#DetectionRangeMsec=2000,7000 +#TriggerType=edge +#ActionBroadcast=yes