add usb sata bridge

This commit is contained in:
2024-06-01 14:37:03 +02:00
parent 76c728c241
commit fe11419e37
2 changed files with 2 additions and 3 deletions

View File

@ -27,7 +27,7 @@ void SMART::readSMARTData(Drive *drive)
modelName.clear();
serial.clear();
string sSmartctlCommands[] = {" --json -a ", " --json -d sntjmicron -a ", " --json -d sntasmedia -a ", " --json -d sntrealtek -a "};
string sSmartctlCommands[] = {" --json -a ", " --json -d sntjmicron -a ", " --json -d sntasmedia -a ", " --json -d sntrealtek -a ", " --json -d sat -a "};
for (string sSmartctlCommand : sSmartctlCommands)
{