From 93b97884b3a1baadcaf98d644690d136b8676104 Mon Sep 17 00:00:00 2001 From: Kalle Vahlman Date: Sat, 1 Jan 2000 00:11:21 +0000 Subject: Remove musb hack, it is no longer needed and it is now harmful --- snowball | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/snowball b/snowball index 5773934..0441529 100755 --- a/snowball +++ b/snowball @@ -4,14 +4,6 @@ # # -# (Limited) OTG HOST support -start_musb() { - modprobe g_multi -} -stop_musb() { - modprobe -r g_multi -} - # Bluetooth start_bluetooth() { hciattach -a 23 -s 115200 /dev/ttyAMA0 cg2900 115200 flow @@ -45,22 +37,18 @@ fi case "$1" in start) - start_musb start_bluetooth start_wlan ;; stop) - stop_musb stop_bluetooth stop_wlan ;; force-reload|restart) - stop_musb stop_bluetooth stop_wlan sleep 5 - start_musb start_bluetooth start_wlan ;; -- cgit v1.2.3