var failed = false; foreach (var (tabletFilename, tabletConfigString) in ConfigFiles) { var tabletConfig = JObject.Parse(tabletConfigString); if (tabletConfig.IsValid(schema, out IList<string> errors)) continue; _testOutputHelper.WriteLine($"Tablet Configuration {tabletFilename} did not mat...
* When the power of husb311 is lost or i2c read failed in PM S/R * process, we must reset the tcpm port first to ensure the devices * can attach again. */ ret = husb311_read8(chip, HUSB311_TCPC_POWER, &pwr); if (pwr & BIT(0) || ret < 0) { ret = husb311_sw_re...