Don't delete i2c bus list on redetect, as WMI query issues prevent them from being redetected

This commit is contained in:
Adam Honse 2021-05-24 17:00:18 -05:00
parent 8ada7cd6da
commit 2a3a736f09
3 changed files with 12 additions and 15 deletions

View file

@ -507,6 +507,7 @@ void i2c_smbus_i801_detect()
if (hres)
{
LOG_NOTICE("WMI query failed, i801 I2C bus detection aborted");
return;
}