From 214d6390c65fc8262ee9488e504cfb523eb2f511 Mon Sep 17 00:00:00 2001 From: "Pandita, Vikram" Date: Thu, 9 Jun 2011 19:23:08 -0700 Subject: Modify permissions on tiler, dsscomp and rpmsg nodes Change-Id: I23e488c1a7cbf3a4c689ff63fa3e7fb600e4c81d Signed-off-by: Rebecca Schultz Zavin --- init.tuna.rc | 4 ++++ ueventd.tuna.rc | 7 +++++++ 2 files changed, 11 insertions(+) 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 -- cgit v1.1