Skip to content

Commit

Permalink
hallon: Torch uses camera interface
Browse files Browse the repository at this point in the history
  • Loading branch information
freexperia committed Jul 11, 2012
1 parent f63e214 commit 93403d1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions overlay/packages/apps/Torch/res/values/config.xml
Expand Up @@ -17,15 +17,5 @@
*/
-->
<resources>
<bool name="useCameraInterface">false</bool>

<!-- Full path to the sysfs toggle -->
<string name="flashDevice">/sys/devices/i2c-0/0-0053/cm_torch</string>

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

0 comments on commit 93403d1

Please sign in to comment.