summaryrefslogtreecommitdiffstats
path: root/DeviceSettings/res
diff options
context:
space:
mode:
authorsbrissen <sbrissen@hotmail.com>2013-07-23 15:17:41 -0400
committersbrissen <sbrissen@hotmail.com>2013-07-23 15:42:59 -0400
commit02624f240fdfeab58ac22d3a120e013959cba0a4 (patch)
treed3565153007633b9dcf036eed2756de02cd3feff /DeviceSettings/res
parentba84fbfa8d88dd3f8c716aa5b0f4d47663f64796 (diff)
downloaddevice_samsung_smdk4412-common-02624f240fdfeab58ac22d3a120e013959cba0a4.zip
device_samsung_smdk4412-common-02624f240fdfeab58ac22d3a120e013959cba0a4.tar.gz
device_samsung_smdk4412-common-02624f240fdfeab58ac22d3a120e013959cba0a4.tar.bz2
DeviceSettings: Disable touchkey timeout if it is not supported, move
mdnie sysfs files to config.xml to allow them to be overriden Change-Id: Ib6cfc12704d3272cc3a66fbd44822faf4863c04e
Diffstat (limited to 'DeviceSettings/res')
-rw-r--r--DeviceSettings/res/values/config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/DeviceSettings/res/values/config.xml b/DeviceSettings/res/values/config.xml
index 5fdb6ac..5e4be8f 100644
--- a/DeviceSettings/res/values/config.xml
+++ b/DeviceSettings/res/values/config.xml
@@ -49,4 +49,10 @@
<!-- Touchkey -->
<bool name="has_touchkey">true</bool>
+ <!-- MDNIE -->
+ <string name="mdnie_cabc_sysfs_file" translatable="false">"/sys/class/lcd/panel/power_reduce"</string>
+ <string name="mdnie_scenario_sysfs_file" translatable="false">"/sys/class/mdnie/mdnie/scenario"</string>
+ <string name="mdnie_mode_sysfs_file" translatable="false">"/sys/class/mdnie/mdnie/mode"</string>
+ <string name="mdnie_negative_sysfs_file" translatable="false">"/sys/class/mdnie/mdnie/negative"</string>
+
</resources>