Re: [PATCH] usb: gadget: f_hid: fix SuperSpeed descriptors
From: Peter Korsgaard
Date: Fri Feb 27 2026 - 11:27:59 EST
>>>>> "John" == John Keeping <jkeeping@xxxxxxxxxxxxxxxxx> writes:
> When adding dynamic configuration for bInterval, the value was removed
> from the static SuperSpeed endpoint descriptors but was not set from the
> configured value in hidg_bind(). Thus at SuperSpeed the interrupt
> endpoints have bInterval as zero which is not valid per the USB
> specification.
> Add the missing setting for SuperSpeed endpoints.
> Fixes: ea34925f5b2ee ("usb: gadget: hid: allow dynamic interval configuration via configfs")
> Signed-off-by: John Keeping <jkeeping@xxxxxxxxxxxxxxxxx>
Acked-by: Peter Korsgaard <peter@xxxxxxxxxxxxx>
--
Bye, Peter Korsgaard