Skip to content

Commit a1afc5c

Browse files
muhomorrthestinger
authored andcommitted
don't auto-enable pogo pins during normal boot on Pixel Tablet
1 parent 97e2f79 commit a1afc5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libmodprobe/libmodprobe.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ Modprobe::Modprobe(const std::vector<std::string>& base_paths, const std::string
344344

345345
if (disable_usb_port) {
346346
AddOption("tcpci_max77759", "disable_cc_toggling_by_default", "1");
347+
AddOption("pogo_transport", "charging_only_by_default", "1");
347348
}
348349
}
349350

0 commit comments

Comments
 (0)