On Wed, Apr 16, 2025 at 02:43:04PM +0000, Guan-Yu Lin wrote: > @@ -724,6 +725,8 @@ struct usb_device { > unsigned do_remote_wakeup:1; > unsigned reset_resume:1; > unsigned port_is_suspended:1; > + unsigned offload_at_suspend:1; > + int offload_usage; Why is this moved now? Why isn't it in the proper place from the beginning? thanks, greg k-h