summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPandita, Vikram <vikram.pandita@ti.com>2011-06-09 19:23:08 -0700
committerRebecca Schultz Zavin <rebecca@android.com>2011-06-09 19:23:08 -0700
commit214d6390c65fc8262ee9488e504cfb523eb2f511 (patch)
tree4f710aec29c21e3d7a5037435c4c8623ae761eb2
parent5d319dd48e92e53f6a579743d22ef5dd09f74c7d (diff)
downloaddevice_samsung_tuna-214d6390c65fc8262ee9488e504cfb523eb2f511.zip
device_samsung_tuna-214d6390c65fc8262ee9488e504cfb523eb2f511.tar.gz
device_samsung_tuna-214d6390c65fc8262ee9488e504cfb523eb2f511.tar.bz2
Modify permissions on tiler, dsscomp and rpmsg nodes
Change-Id: I23e488c1a7cbf3a4c689ff63fa3e7fb600e4c81d Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
-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