Re: [PATCH] usb: typec: ucsi: use UCSI_TIMEOUT_MS for sync command completion
From: Fedor Pchelkin
Date: Wed Aug 05 2026 - 10:48:35 EST
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 <boddah8794@xxxxxxxxx>