Skip to content

Commit 74490c7

Browse files
committed
Kioxia: M => BiCS4.5
1 parent 1b177df commit 74490c7

File tree

1 file changed

+1
-0
lines changed
  • FlashDetector/src/iTXTech/FlashDetector/Decoder

1 file changed

+1
-0
lines changed

FlashDetector/src/iTXTech/FlashDetector/Decoder/Kioxia.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ public static function decode(string $partNumber): FlashInfo {
154154
"2" => "BiCS2",
155155
"3" => "BiCS3",
156156
"4" => "BiCS4",
157+
"M" => "BiCS4.5",
157158
"5" => "BiCS5"
158159
]));
159160
$package = self::shiftChars($partNumber, 2);

0 commit comments

Comments
 (0)