From 0cba1ee5c70f4c0f8322b620158562c0a66035a5 Mon Sep 17 00:00:00 2001 From: PeratX <1215714524@qq.com> Date: Tue, 5 Nov 2019 20:59:30 +0800 Subject: [PATCH] SKHynix: update packages --- FlashDetector/sf.json | 2 +- FlashDetector/src/iTXTech/FlashDetector/Decoder/SKHynix.php | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/FlashDetector/sf.json b/FlashDetector/sf.json index 7b94ad5..dc16ff9 100644 --- a/FlashDetector/sf.json +++ b/FlashDetector/sf.json @@ -1,6 +1,6 @@ { "name": "FlashDetector", - "version": "0", + "version": "1", "api": 6, "description": "Universal NAND Flash Part Number Decoder", "author": "iTX Technologies", diff --git a/FlashDetector/src/iTXTech/FlashDetector/Decoder/SKHynix.php b/FlashDetector/src/iTXTech/FlashDetector/Decoder/SKHynix.php index 25b3bcd..6e419fc 100644 --- a/FlashDetector/src/iTXTech/FlashDetector/Decoder/SKHynix.php +++ b/FlashDetector/src/iTXTech/FlashDetector/Decoder/SKHynix.php @@ -130,7 +130,10 @@ class SKHynix extends Decoder{ "2" => "FBGA-316", "3" => "FBGA-316", //TODO: confirm - "6" => "FBGA-132" + "6" => "FBGA-132", + "0" => "FBGA-132", + "5" => "FBGA-132", + "L" => "FBGA-132", ]; protected const BAD_BLOCK = [ "B" => Constants::SAMSUNG_CBB_B,