summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init.tuna.rc4
-rw-r--r--ueventd.tuna.rc7
2 files changed, 11 insertions, 0 deletions
diff --git a/init.tuna.rc b/init.tuna.rc
index 5e3f7e2..8e1e8c2 100644
--- a/init.tuna.rc
+++ b/init.tuna.rc
@@ -22,6 +22,10 @@ on fs
mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/userdata /data wait noatime nosuid nodev
mount ext4 /dev/block/platform/omap/omap_hsmmc.0/by-name/cache /cache wait noatime nosuid nodev
+# change permissions for Tiler driver
+ chmod 0777 /dev/tiler
+ chmod 0777 /dev/dmm
+
# take a wakelock on boot until PM is working
write /sys/power/wake_lock hack
diff --git a/ueventd.tuna.rc b/ueventd.tuna.rc
index e69de29..f0ddbd8 100644
--- a/ueventd.tuna.rc
+++ b/ueventd.tuna.rc
@@ -0,0 +1,7 @@
+#for DSSCOMP
+/dev/dsscomp 0666 system system
+/dev/tiler 0666 system system
+
+#for SYSLINK
+/dev/rpmsg-omx0 0666 system system
+/dev/rpmsg-omx1 0666 system system