Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2c35f69 authored by Jack Pham's avatar Jack Pham
Browse files

usb: pd: Decrease FIRST_SOURCE_CAP_TIME to 100ms



Now that there is the potential for cable discovery being
performed before starting to send Source_Capabilities, the
additional delay may push it beyond the spec max of
tFirstSourceCap (250ms). Decrease the FIRST_SOURCE_CAP_TIME
delay to 100ms to give some more room.

Change-Id: I2b92b31ebf966f549b2182aea594e02993217e9a
Signed-off-by: default avatarJack Pham <jackp@codeaurora.org>
parent 5b9ccc72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -230,7 +230,7 @@ static void *usbpd_ipc_log;
#define PS_HARD_RESET_TIME	25
#define PS_SOURCE_ON		400
#define PS_SOURCE_OFF		750
#define FIRST_SOURCE_CAP_TIME	200
#define FIRST_SOURCE_CAP_TIME	100
#define VDM_BUSY_TIME		50
#define VCONN_ON_TIME		100