Uvc gspca modules (#10)

* add external camera permissions

* enable uvcvideo and gspca modules
This commit is contained in:
Michael Arthur 2016-09-20 09:21:31 +12:00 committed by Kamil Trzciński
parent ac8d2aa7f8
commit 23bc4f03f8

View file

@ -107,6 +107,10 @@ on property:sys.boot_completed=1
#start engsetmacaddr
#start engsetbtmacaddr
#uvc modules
insmod /system/vendor/modules/uvcvideo.ko
insmod /system/vendor/modules/gspca_main.ko
on post-fs-data
# change permissions for process groups
# https://bugs.launchpad.net/bugs/1037611