Skip to content

Commit

Permalink
Torch: use cam interface for now
Browse files Browse the repository at this point in the history
  • Loading branch information
imilka committed Nov 2, 2012
1 parent 54ff5e6 commit c2e4046
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions overlay/packages/apps/Torch/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@
for different hardware and product builds. -->
<resources>
<!-- If there is no sysfs-based control mechanism, enable this -->
<bool name="useCameraInterface">false</bool>

<!-- Full path to the sysfs toggle -->
<string name="flashDevice">/sys/class/camera/flash/rear_flash</string>

<!-- Lowest setting -->
<integer name="valueOn">159</integer>
<!-- Middle setting -->
<integer name="valueHigh">10</integer>
<!-- Highest setting, leave -1 if it doesn't exist -->
<integer name="valueDeathRay">1</integer>
<bool name="useCameraInterface">true</bool>

</resources>

0 comments on commit c2e4046

Please sign in to comment.