summaryrefslogtreecommitdiff
path: root/packages/linux-hotplug/files
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-07-11 09:00:30 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-11 09:00:30 +0000
commitbbd49e8cb7948f04b0741f476cacd831dbc125f8 (patch)
tree55a72a5738fe9d4ed21785b7f20ac8cbc08de17f /packages/linux-hotplug/files
parentb38e8d27d1076bf495fcbbc88fb07cb21407a5e6 (diff)
Hotplug mmc-agent: Increase delay to give udev based systems more time to create the device node
Diffstat (limited to 'packages/linux-hotplug/files')
-rwxr-xr-xpackages/linux-hotplug/files/mmc.agent2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-hotplug/files/mmc.agent b/packages/linux-hotplug/files/mmc.agent
index 3b2050d7eb..a80daa4603 100755
--- a/packages/linux-hotplug/files/mmc.agent
+++ b/packages/linux-hotplug/files/mmc.agent
@@ -30,7 +30,7 @@ case `uname -r` in
esac
if [ "$ACTION" = "add" ] ; then
- sleep 1
+ sleep 4
echo -n add > /dev/console
for n in 1 2 3 4 ; do
device=/dev/$devpath$n