summaryrefslogtreecommitdiffstats
path: root/rootdir/init.omap4.rc
blob: 78957442bc2571db8a0b773a4bde2d46ee171b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
on boot
    # Hardware tunables
    chown root system /sys/devices/platform/omapdss/manager0/cpr_coef
    chown root system /sys/devices/platform/omapdss/manager0/cpr_enable
    chmod 0664 /sys/devices/platform/omapdss/manager0/cpr_coef
    chmod 0664 /sys/devices/platform/omapdss/manager0/cpr_enable
    restorecon /sys/devices/platform/omapdss/manager0/cpr_coef
    restorecon /sys/devices/platform/omapdss/manager0/cpr_enable

service pvrsrvinit /system/bin/pvrsrvinit
    class core
    user root
    group root
    oneshot