From ce61322b9c54fe0865084c0487e0f65a134b2820 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Thu, 16 May 2013 18:38:07 +0200 Subject: [PATCH] meta-digi-del: add sleep to suspend/resume script This gives more time for the interfaces to resume. This fixes a race condition where the script tries to bring up the wireless interface before actually being available. Signed-off-by: Javier Viguera --- meta-digi-del/recipes-core/busybox/busybox-1.20.2/suspend | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-del/recipes-core/busybox/busybox-1.20.2/suspend b/meta-digi-del/recipes-core/busybox/busybox-1.20.2/suspend index efe5e31db..92094ad5b 100755 --- a/meta-digi-del/recipes-core/busybox/busybox-1.20.2/suspend +++ b/meta-digi-del/recipes-core/busybox/busybox-1.20.2/suspend @@ -100,6 +100,7 @@ if [ -f "${syspower}" ]; then # Suspend the device printf "mem" > ${syspower} + sleep .5 # Post-resume actions resume_storage_devices