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

Commit 92d2d67b authored by Jack Pham's avatar Jack Pham Committed by Chandana Kishori Chiluveru
Browse files

usb: pd: Decrease FIRST_SOURCE_CAP_TIME to 100ms



PD 2.0 compliance test TDB.2.2.13.1 check for sending
Source Capabilities within tFirstSourceCap max (250ms) of
VBUS reaching vSafe5v min. Currently driver is using 200ms
delay for sending out the first 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>
Signed-off-by: default avatarChandana Kishori Chiluveru <cchiluve@codeaurora.org>
parent d3c9ac17
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -249,7 +249,7 @@ static void *usbpd_ipc_log;
#define PS_HARD_RESET_TIME	25
#define PS_HARD_RESET_TIME	25
#define PS_SOURCE_ON		400
#define PS_SOURCE_ON		400
#define PS_SOURCE_OFF		750
#define PS_SOURCE_OFF		750
#define FIRST_SOURCE_CAP_TIME	200
#define FIRST_SOURCE_CAP_TIME	100
#define VDM_BUSY_TIME		50
#define VDM_BUSY_TIME		50
#define VCONN_ON_TIME		100
#define VCONN_ON_TIME		100