From 98eab0cad0447c8fe29c9544044cf8fe4e1c7108 Mon Sep 17 00:00:00 2001 From: Leo Maroni Date: Fri, 11 Jan 2019 21:39:25 +0100 Subject: [PATCH] Added new manufacturers vocore + ocedo --- config.inc.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.inc.php b/config.inc.php index 0a299b8..f7d5130 100644 --- a/config.inc.php +++ b/config.inc.php @@ -100,6 +100,12 @@ "offset_modell" => 8, "offset_version" => 4 ), + array( + "name" => "Ocedo", + "filename" => "ocedo", + "offset_modell" => 6, + "offset_version" => 4 + ), array( "name" => "Onion", "filename" => "onion", @@ -136,6 +142,12 @@ "offset_modell" => 5, "offset_version" => 4 ), + array( + "name" => "VoCore", + "filename" => "vocore2", + "offset_modell" => 0, + "offset_version" => 4 + ), array( "name" => "Western Digital", "filename" => "-wd-",