git.openpandora.org
/
openpandora.oe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
op_storage.sh: Added sleep after removal of g_cdc module
[openpandora.oe.git]
/
recipes
/
pandora-system
/
pandora-scripts
/
op_storage.sh
diff --git
a/recipes/pandora-system/pandora-scripts/op_storage.sh
b/recipes/pandora-system/pandora-scripts/op_storage.sh
index
fd2b568
..
910443b
100755
(executable)
--- 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