Re: [PATCH v3] usb: core: adds support for PM control of specific USB dev skip suspend.
From: Greg KH
Date: Tue Oct 22 2024 - 05:39:22 EST
On Tue, Oct 22, 2024 at 05:09:05PM +0800, huanglei814 wrote:
> From: huanglei <huanglei@xxxxxxxxxx>
>
> All USB devices are brought into suspend power state after system suspend.
> It is desirable for some specific manufacturers buses to keep their devices
> in normal state even after system suspend.
>
> v2: Change to bool type for skip_suspend.
> v3: Rebase and update commit message.
As per the documentation, this needs to go below the --- line. Also,
you changed more than just the bool type in v2 :(
Please fix up and do a v4 after waiting a while for others to review
this.
thanks,
greg k-h