diff options
| author | Nikit Sharma <nikitsharma92@gmail.com> | 2018-01-30 22:25:45 +0530 |
|---|---|---|
| committer | Ali Al-Asadi <alasadi56@gmail.com> | 2018-01-30 19:51:57 +0100 |
| commit | 62697563f8c42def5a3e1298be3d403445cf144e (patch) | |
| tree | dd9f9b7d9ff2249f60d713a1bdcdcb0e41d888cc | |
| parent | d7609356e5e893f3c663b46bba94a84736afdcbf (diff) | |
athene: Add IRQ balancer service
Change-Id: I8f5e03214eef61225d41d41937f6fa6f182bb241
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 663ea08..f285788 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -912,6 +912,12 @@ service oem-hw-config-sh /init.oem.hw.sh -p oneshot disabled +service msm_irqbalance /vendor/bin/msm_irqbalance -f /vendor/etc/msm_irqbalance.conf + class core + user root + group root + disabled + on property:hw.touch.status="dead" # start touch-dead-sh |
