dumpstate: Dump manual_disable_vbus in TCPC
Bug: 335368150 Bug: 344686002 Bug: 352490157 Flag: EXEMPT bugfix Change-Id: I1f6cc8bc830d4e23e86b0fc93fa49f2944835cda Signed-off-by: Kyle Tso <kyletso@google.com>
This commit is contained in:
parent
c0e32b0bea
commit
b616d05cca
1 changed files with 2 additions and 0 deletions
|
@ -270,6 +270,7 @@ void dumpLogBufferTcpm() {
|
||||||
void dumpTcpc() {
|
void dumpTcpc() {
|
||||||
const char* max77759TcpcHead = "TCPC Device Attributes";
|
const char* max77759TcpcHead = "TCPC Device Attributes";
|
||||||
const char* directory = "/sys/class/typec/port0/device";
|
const char* directory = "/sys/class/typec/port0/device";
|
||||||
|
// alphabetic order
|
||||||
const char* max77759Tcpc [] {
|
const char* max77759Tcpc [] {
|
||||||
"auto_discharge",
|
"auto_discharge",
|
||||||
"bc12_enabled",
|
"bc12_enabled",
|
||||||
|
@ -278,6 +279,7 @@ void dumpTcpc() {
|
||||||
"contaminant_detection_status",
|
"contaminant_detection_status",
|
||||||
"frs",
|
"frs",
|
||||||
"irq_hpd_count",
|
"irq_hpd_count",
|
||||||
|
"manual_disable_vbus",
|
||||||
"non_compliant_reasons",
|
"non_compliant_reasons",
|
||||||
"sbu_pullup",
|
"sbu_pullup",
|
||||||
"update_sdp_enum_timeout",
|
"update_sdp_enum_timeout",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue