And another fix.

This commit is contained in:
OBattler
2021-07-09 00:17:02 +02:00
parent 2bf2489f50
commit ab86ee8f4a

View File

@@ -122,6 +122,9 @@ smbus_ali7101_write(uint16_t addr, uint8_t val, void *priv)
dev->stat = 0x20; /* raise DEVICE_ERR */ dev->stat = 0x20; /* raise DEVICE_ERR */
} }
} }
if (val & 0x80)
dev->index = 0;
break; break;
case 0x02: case 0x02: