Re: [RFC PATCH] usb: core: defer leaf-device resume off the S3 critical path

Greg KH <[email protected]> Wed, 5 Aug 2026 11:59:58 +0200
Newsgroups org.kernel.vger.linux-usb,org.kernel.vger.linux-kernel
Message-ID <2026080500-unbalance-stunner-ed45@gregkh>
On Wed, Aug 05, 2026 at 05:36:41PM +0800, Hongyu Xie wrote:
> Gated by module parameter usbcore.defer_resume (default off).

This is not the 1990's, we don't add module parameters for core
functionality that should "just work".  Please make this dynamic and
work properly for all systems, without a boot option, and without the
#ifdef stuff.

thanks,

greg k-h