Merge "hall_sensor: Disable hall sensor input when bootmode is unknown" into udc-dev
diff --git a/conf/init.felix.rc b/conf/init.felix.rc
index 891865b..34059f0 100644
--- a/conf/init.felix.rc
+++ b/conf/init.felix.rc
@@ -117,6 +117,9 @@
 on init && property:ro.bootmode=normal
     write /sys/devices/platform/hall_sensor/enable 0
 
+on init && property:ro.bootmode=unknown
+    write /sys/devices/platform/hall_sensor/enable 0
+
 on init && property:ro.bootmode=factory
     write /sys/devices/platform/hall_sensor/enable 0