Skip to content

Commit 3fde8a1

Browse files
committed
Samsung: update classification
1 parent 0ad0dc0 commit 3fde8a1

File tree

1 file changed

+5
-4
lines changed
  • FlashDetector/src/iTXTech/FlashDetector/Decoder

1 file changed

+5
-4
lines changed

FlashDetector/src/iTXTech/FlashDetector/Decoder/Samsung.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,18 @@ class Samsung extends Decoder{
4040
"F" => [1, 1],
4141
"G" => [2, 1],
4242
"H" => [2, 4],
43-
"K" => [1, 1],//Die stack
43+
"K" => [1, 2],
4444
"L" => [2, 2],
45-
"M" => [2, 2],//Dual stack package = DSP
46-
"N" => [1, 2],//DSP
45+
"M" => [2, 2],
46+
"N" => [1, 2],
4747
"O" => [3, 8],
4848
"P" => [2, 8],
4949
"Q" => [1, 8],
5050
"R" => [2, 12],
5151
"S" => [2, 6],
52-
"T" => [1, 1],//SLC SINGLE (S/B)
52+
"T" => [1, 1],
5353
"U" => [2, 16],
54+
"V" => [1, 16],
5455
"W" => [1, 4],
5556
"X" => [4, -1],//QLC ?die
5657
];

0 commit comments

Comments
 (0)