diff options
author | Ziyan <jaraidaniel@gmail.com> | 2016-02-10 20:06:02 +0100 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2016-02-10 20:06:02 +0100 |
commit | 69f36094647130099a900d156a8eeac8646bd54e (patch) | |
tree | 70fd11e2b4cbad5b15cb367118bdeb610a55f9f7 /rootdir | |
parent | 8dd9aa9055a8204d1f3083924971b348eeb5804d (diff) | |
download | device_samsung_tuna-69f36094647130099a900d156a8eeac8646bd54e.zip device_samsung_tuna-69f36094647130099a900d156a8eeac8646bd54e.tar.gz device_samsung_tuna-69f36094647130099a900d156a8eeac8646bd54e.tar.bz2 |
init, sepolicy: inherit from omap4 hardware repo
Change-Id: I3bf6cd86fdcdc948431a018043344620ae141775
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/init.tuna.rc | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/rootdir/init.tuna.rc b/rootdir/init.tuna.rc index e14415e..892302a 100755 --- a/rootdir/init.tuna.rc +++ b/rootdir/init.tuna.rc @@ -1,3 +1,4 @@ +import init.omap4.rc import init.tuna.usb.rc on init @@ -40,7 +41,6 @@ on post-fs-data on boot mount debugfs /sys/kernel/debug /sys/kernel/debug - chmod 0666 /dev/pvrsrvkm # autosuspend root hubs immediatly after attached devices write /sys/bus/usb/devices/usb1/power/autosuspend_delay_ms 0 @@ -78,14 +78,6 @@ on fs # pvr module insmod /system/lib/modules/pvrsrvkm_sgx540_120.ko - start pvrsrvinit - - # change permissions for Tiler driver - chmod 0777 /dev/tiler - chmod 0777 /dev/dmm - - # change permissions for ION driver - chmod 0777 /dev/ion # add symlink for HDCP key symlink /factory/hdcp.keys /system/vendor/firmware/hdcp.keys @@ -145,13 +137,6 @@ service dumpdcc /system/bin/dumpdcc class late_start oneshot -service pvrsrvinit /system/bin/pvrsrvinit - class core - user root - group root - oneshot - disabled - # create filesystems if necessary service setup_fs /system/bin/setup_fs \ /dev/block/platform/omap/omap_hsmmc.0/by-name/cache \ |