From cf7ae8a8754c75f93692c79ebecfdd674b52ec69 Mon Sep 17 00:00:00 2001 From: Marius Gripsgard Date: Sun, 25 Mar 2018 22:10:45 +0200 Subject: Add basic flashlight support. Ported from UBPorts power indicator: commit efef6f25f378021c99b3078958482b3c4ffc43a2 Author: Marius Gripsgard Date: Sun Aug 13 00:09:01 2017 +0200 Add support for other flashlight sysfs paths commit 3f4339876ddb586b75a73fab51a54b1d4d54fdd1 Author: Marius Gripsgard Date: Fri Jul 28 21:23:54 2017 +0200 Add basic support for QCOM flashlight, Fixes https://github.com/ubports/ubports-touch/issues/79 This does not work on non QCOM devices Ported-by: Mike Gabriel --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index afd0b0d..958c9f8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -14,6 +14,7 @@ set(SERVICE_MANUAL_SOURCES device-provider-upower.c device-provider.c device.c + flashlight.c notifier.c testing.c service.c -- cgit v1.2.3