diff options
Diffstat (limited to 'overlay/packages')
-rw-r--r-- | overlay/packages/apps/Torch/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/packages/apps/Torch/res/values/config.xml b/overlay/packages/apps/Torch/res/values/config.xml index 39be64c..6325065 100644 --- a/overlay/packages/apps/Torch/res/values/config.xml +++ b/overlay/packages/apps/Torch/res/values/config.xml @@ -24,7 +24,7 @@ <bool name="useCameraInterface">false</bool> <!-- Full path to the sysfs toggle --> - <string name="flashDevice">/sys/devices/virtual/camera/flash/rear_flash</string> + <string name="flashDevice">/sys/class/camera/rear/rear_flash</string> <!-- Lowest setting --> <integer name="valueOn">159</integer> |