mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: Move QCamera sockets from /data to /dev/socket/qcamera
Change-Id: I0241f6e0a3f56f0bbe34bb44997596d074efcec9 Signed-off-by: Daniel Jarai <jaraidaniel@gmail.com> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
This commit is contained in:
parent
b752ac282f
commit
b778e03d8d
1 changed files with 3 additions and 0 deletions
|
@ -83,6 +83,9 @@ on boot
|
|||
# Create sensors daemon socket area
|
||||
mkdir /dev/socket/sensors 2770 system system
|
||||
|
||||
# Create QCamera daemon socket area
|
||||
mkdir /dev/socket/qcamera 2770 camera camera
|
||||
|
||||
# Remove write permissions to video related nodes
|
||||
chmod 0664 /sys/devices/virtual/graphics/fb1/hpd
|
||||
chmod 0664 /sys/devices/virtual/graphics/fb1/video_mode
|
||||
|
|
Loading…
Reference in a new issue