aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ezx/ezxd/ezxd.init
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ezx/ezxd/ezxd.init')
-rw-r--r--recipes/ezx/ezxd/ezxd.init5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/ezx/ezxd/ezxd.init b/recipes/ezx/ezxd/ezxd.init
index a345952d1e..ba44942829 100644
--- a/recipes/ezx/ezxd/ezxd.init
+++ b/recipes/ezx/ezxd/ezxd.init
@@ -37,6 +37,11 @@ start_it_up()
fi
echo -n "Starting $DESC: "
+ modprobe ohci-hcd
+ sleep 2
+ modprobe moto-usb-ipc
+ modprobe ts27010mux
+
start-stop-daemon --start --background --quiet --pidfile $PIDFILE \
--exec $DAEMON -- --system $PARAMS
# We need to sleep here because opening the mux devices takes some time