OSDN Git Service

init.sh: don't try to load the dummy camera driver
[android-x86/device-generic-common.git] / init.sh
diff --git a/init.sh b/init.sh
index eacf3bb..20161d6 100644 (file)
--- 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()