davinci: light: Adjust for new led labels in kernel

Change-Id: I1fca124501ad6a220013572587c55d5f26488dad
This commit is contained in:
Arian 2020-08-30 23:54:36 +02:00
parent 5c58f2e504
commit 53b4be9757
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9
2 changed files with 9 additions and 9 deletions

View File

@ -23,7 +23,7 @@
#include <fstream>
#define PANEL_LED "/sys/class/backlight/panel0-backlight/"
#define NOTIFICATION_LED "/sys/class/leds/green/"
#define NOTIFICATION_LED "/sys/class/leds/left/"
#define BREATH "breath"
#define BRIGHTNESS "brightness"

View File

@ -1,17 +1,17 @@
on boot
chown system system /sys/class/backlight/panel0-backlight/brightness
chown system system /sys/class/backlight/panel0-backlight/max_brightness
chown system system /sys/class/leds/green/brightness
chown system system /sys/class/leds/green/breath
chown system system /sys/class/leds/blue/brightness
chown system system /sys/class/leds/blue/breath
chown system system /sys/class/leds/left/brightness
chown system system /sys/class/leds/left/breath
chown system system /sys/class/leds/right/brightness
chown system system /sys/class/leds/right/breath
chmod 0644 /sys/class/backlight/panel0-backlight/brightness
chmod 0644 /sys/class/backlight/panel0-backlight/max_brightness
chmod 0644 /sys/class/leds/green/brightness
chmod 0644 /sys/class/leds/green/breath
chmod 0644 /sys/class/leds/blue/brightness
chmod 0644 /sys/class/leds/blue/breath
chmod 0644 /sys/class/leds/left/brightness
chmod 0644 /sys/class/leds/left/breath
chmod 0644 /sys/class/leds/right/brightness
chmod 0644 /sys/class/leds/right/breath
service vendor.light-hal-2-0 /vendor/bin/hw/android.hardware.light@2.0-service.davinci
interface android.hardware.light@2.0::ILight default