Re: [PATCH] usb: typec: ucsi: use UCSI_TIMEOUT_MS for sync command completion

Fedor Pchelkin <[email protected]> Wed, 5 Aug 2026 17:38:21 +0300
Newsgroups org.kernel.vger.linux-usb,org.kernel.vger.linux-kernel,org.kernel.vger.stable
Message-ID <anNKgfHTMT6osz9O@fedora>
On Wed, 05. Aug 16:57, Huang Wei wrote:
> The synchronous command completion path in ucsi_sync_control_common()
> hardcodes a 5 second (5 * HZ) timeout when waiting for the PPM to signal
> command completion via ACPI notification. This value matched
> UCSI_TIMEOUT_MS when it was still 5000 ms, but it was not updated when
> that macro was later raised to 10000 ms to fix PPM reset timeouts.

Thanks, lgtm.

Reviewed-by: Fedor Pchelkin <[email protected]>