aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Riordan <jriordan001@gmail.com>2017-01-25 23:15:08 -0500
committerJason Riordan <jriordan001@gmail.com>2017-01-25 23:15:08 -0500
commit6722de5b30a624dc4bd59051217a48ad4fcf26dc (patch)
tree35530a0739d6ce4ee17cd1beb558995a4b6dbffa
parentd22fd8f9e213e562156260cfbc8b6abdbba20670 (diff)
mofd: remove FlipFlap cover node overlays
Change-Id: I590c461ea3a16d3c21ea7cb2994658f5d0933639
-rw-r--r--overlay/packages/apps/FlipFlap/res/values/config.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/overlay/packages/apps/FlipFlap/res/values/config.xml b/overlay/packages/apps/FlipFlap/res/values/config.xml
index a8fba9f..b7eb45c 100644
--- a/overlay/packages/apps/FlipFlap/res/values/config.xml
+++ b/overlay/packages/apps/FlipFlap/res/values/config.xml
@@ -9,13 +9,4 @@
For example, a device with Asus Circle Cover would set 2 -->
<integer name="config_deviceCoverType">2</integer>
- <!-- Define Path to lid switch node. Node should report the following:
- OEPN = 0, Closed =1
- example path : "/sys/devices/virtual/switch/smartcover/state" -->
- <string name="cover_node" translatable="false">/sys/devices/virtual/switch/smartcover/state</string>
-
- <!-- Define path to lid Uevent node. Node should trigger on every cover change
- example path : "DEVPATH=/devices/virtual/switch/smartcover" -->
- <string name="cover_uevent_match" translatable="false">DEVPATH=/devices/virtual/switch/smartcover</string>
-
</resources>