Don't delete i2c bus list on redetect, as WMI query issues prevent them from being redetected
This commit is contained in:
parent
8ada7cd6da
commit
2a3a736f09
3 changed files with 12 additions and 15 deletions
|
|
@ -507,6 +507,7 @@ void i2c_smbus_i801_detect()
|
|||
|
||||
if (hres)
|
||||
{
|
||||
LOG_NOTICE("WMI query failed, i801 I2C bus detection aborted");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue