From 0af77e49db8bdb0ea2696ced4e2410947e0ce93a Mon Sep 17 00:00:00 2001 From: Leonardo Brondani Schenkel Date: Sat, 3 Aug 2019 16:46:08 +0200 Subject: [PATCH] busybox: add 'xpad' to SUSPEND_MODULES In some systems, xpad times out during suspend: [ 4470.773651] xpad 2-1.5:1.6: timed out waiting for output URB to complete, killing [ 4475.892774] xpad 2-1.5:1.4: timed out waiting for output URB to complete, killing [ 4481.011717] xpad 2-1.5:1.2: timed out waiting for output URB to complete, killing [ 4486.130707] xpad 2-1.5:1.0: timed out waiting for output URB to complete, killing [ 4486.288630] PM: suspend devices took 20.880 seconds This causes suspend to take a long time to complete. Unloading/reloading the module during suspend/wakeup successfully works around this issue. --- packages/sysutils/busybox/config/suspend-modules.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/busybox/config/suspend-modules.conf b/packages/sysutils/busybox/config/suspend-modules.conf index 54ee22373b..10d1db19be 100644 --- a/packages/sysutils/busybox/config/suspend-modules.conf +++ b/packages/sysutils/busybox/config/suspend-modules.conf @@ -1 +1 @@ -SUSPEND_MODULES="jme asix anysee rtl8192se imon r8712u cx23885 cdc_acm ddbridge brcmfmac 8812au" +SUSPEND_MODULES="jme asix anysee rtl8192se imon r8712u cx23885 cdc_acm ddbridge brcmfmac 8812au xpad"