panther: Initialize for Evolution X 11.x (BP2A.250705.008)
Signed-off-by: AnierinB <anierin@evolution-x.org>
This commit is contained in:
commit
3df6a2572e
2526 changed files with 88148 additions and 0 deletions
10
proprietary/vendor/bin/init.camera.set-interrupts-ownership
vendored
Executable file
10
proprietary/vendor/bin/init.camera.set-interrupts-ownership
vendored
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/vendor/bin/sh
|
||||
|
||||
camera_irq_nums=$(grep "lwis" /proc/interrupts | awk '{ print(substr($1, 0, length($1) - 1)) }')
|
||||
|
||||
for irq_num in ${camera_irq_nums[@]};
|
||||
do
|
||||
chown system:system /proc/irq/${irq_num}/smp_affinity
|
||||
chown system:system /proc/irq/${irq_num}/smp_affinity_list
|
||||
done
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue