From ab587129c4308764e4d4e8e0430fa149c1eeb6f0 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Wed, 30 Jun 2010 03:07:26 +0200 Subject: [PATCH] op_storage.sh: Added sleep after removal of g_cdc module --- recipes/pandora-system/pandora-scripts/op_storage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/pandora-system/pandora-scripts/op_storage.sh b/recipes/pandora-system/pandora-scripts/op_storage.sh index fd2b568..910443b 100755 --- a/recipes/pandora-system/pandora-scripts/op_storage.sh +++ b/recipes/pandora-system/pandora-scripts/op_storage.sh @@ -13,6 +13,7 @@ if umount $device then echo Found g_cdc - removing... rmmod g_cdc + sleep 2 ethernet=1 fi modprobe g_file_storage file=$device stall=0 -- 2.39.5