From 9ae68f176ca098f67aaa77410707e99e4b66c3f7 Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Fri, 3 Jun 2016 12:05:58 +0800 Subject: [PATCH] init.sh: don't try to load the dummy camera driver Now the camera app will be hidden if no camera device is found. So remove the obsolete code. --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index eacf3bb..20161d6 100644 --- a/init.sh +++ b/init.sh @@ -68,7 +68,7 @@ function init_hal_bluetooth() function init_hal_camera() { - [ -c /dev/video0 ] || modprobe vivi + return } function init_hal_gps() -- 2.11.0