From: Ross Burton Date: Wed, 21 Aug 2013 17:15:20 +0000 (+0100) Subject: genericx86: disable USB autosuspend X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=587734848662beb03a699b370470497e4caa2ac1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git genericx86: disable USB autosuspend USB autosuspend doesn't reliably work with arbitrary hardware, so don't enable it. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta-yocto-bsp/conf/machine/genericx86.conf b/meta-yocto-bsp/conf/machine/genericx86.conf index e144754bcbf..042f20623fb 100644 --- a/meta-yocto-bsp/conf/machine/genericx86.conf +++ b/meta-yocto-bsp/conf/machine/genericx86.conf @@ -31,8 +31,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts linux-firmware v86d IMAGE_FSTYPES ?= "ext3 cpio.gz live" -APPEND += "usbcore.autosuspend=1" - GLIBC_ADDONS = "nptl" EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"