-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
medaka: change vibrator permissions to get it working
ngfd dependency was already added in the recipe this was based on
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,9 @@ on init | |
chmod 777 /dev/hwbinder | ||
chmod 777 /dev/vndbinder | ||
|
||
chown system root /sys/class/timed_output/vibrator/enable | ||
chmod 777 /sys/class/timed_output/vibrator/enable | ||
|
||
chown system root /dev/MultiSensors_CD_01 | ||
chmod 777 /dev/MultiSensors_CD_01 | ||
|
||
|
@@ -22,11 +25,11 @@ on init | |
class_start core | ||
class_start hal | ||
|
||
service vendor.bluetooth-1-0 /vendor/bin/hw/[email protected] | ||
service vendor.sensors-hal-1-0 /vendor/bin/hw/[email protected] | ||
class hal | ||
oneshot | ||
|
||
service vendor.sensors-1-0 /vendor/bin/hw/[email protected] | ||
service vendor.bluetooth-1-0 /vendor/bin/hw/[email protected] | ||
class hal | ||
oneshot | ||
|