mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
usb: Correct the i2c path
Bug: 228780694 Signed-off-by: Kyle Tso <kyletso@google.com> Change-Id: I59a4fa0870264e5f2ca275d5a228f11fcc6bf4be
This commit is contained in:
@@ -57,8 +57,8 @@ namespace usb {
|
||||
volatile bool destroyThread;
|
||||
|
||||
string enabledPath;
|
||||
constexpr char kHsi2cPath[] = "/sys/devices/platform/10d50000.hsi2c";
|
||||
constexpr char kI2CPath[] = "/sys/devices/platform/10d50000.hsi2c/i2c-";
|
||||
constexpr char kHsi2cPath[] = "/sys/devices/platform/10d60000.hsi2c";
|
||||
constexpr char kI2CPath[] = "/sys/devices/platform/10d60000.hsi2c/i2c-";
|
||||
constexpr char kContaminantDetectionPath[] = "i2c-max77759tcpc/contaminant_detection";
|
||||
constexpr char kStatusPath[] = "i2c-max77759tcpc/contaminant_detection_status";
|
||||
constexpr char kSinkLimitEnable[] = "i2c-max77759tcpc/usb_limit_sink_enable";
|
||||
|
||||
Reference in New Issue
Block a user