Skip to content

Commit dc08e05

Browse files
authored
feat: 增加KLV L540支持 (#76)
Description: 增加KLV L540 接口类型版本 Log: 增加KLV L540 接口类型版本
1 parent 137212c commit dc08e05

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

service/diskoperation/DeviceStorage.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,8 @@ void DeviceStorage::getDiskInfoInterface(const QString &devicePath, QString &int
555555
}
556556
} else if (output.contains("KLVV")) {
557557
interface = "UFS 3.1";
558+
} else if (output.contains("L540")) {
559+
interface = "UFS 3.1";
558560
} else if (output.contains("PGUV")) {
559561
interface = "UFS 3.0";
560562
} else {

0 commit comments

Comments
 (0)