From c320e4c921643b5af959a8d6d4fb50103d235746 Mon Sep 17 00:00:00 2001 From: Bruns8234 <1476220+bruns8234@users.noreply.github.com> Date: Mon, 5 May 2025 23:55:10 +0200 Subject: [PATCH] Update SDCard Manufacturer List (#3730) Update 1 and added 5 entries --- code/components/jomjol_helper/Helper.cpp | 32 +++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/code/components/jomjol_helper/Helper.cpp b/code/components/jomjol_helper/Helper.cpp index 967c9fb9..b7984ea5 100644 --- a/code/components/jomjol_helper/Helper.cpp +++ b/code/components/jomjol_helper/Helper.cpp @@ -806,11 +806,21 @@ struct SDCard_Manufacturer_database sd_database[] = { .id = 0x03, .manufacturer = "SanDisk", }, + { + .type = "sd", + .id = 0x05, + .manufacturer = "Lenovo", + }, { .type = "sd", .id = 0x08, .manufacturer = "Silicon Power", }, + { + .type = "sd", + .id = 0x09, + .manufacturer = "ATP", + }, { .type = "sd", .id = 0x18, @@ -894,7 +904,27 @@ struct SDCard_Manufacturer_database sd_database[] = { { .type = "sd", .id = 0x89, - .manufacturer = "Unknown", + .manufacturer = "Netac", + }, + { + .type = "sd", + .id = 0x9f, + .manufacturer = "Kingston/Kodak/Silicon Power", + }, + { + .type = "sd", + .id = 0xad, + .manufacturer = "Amazon Basics/Lexar/OV", + }, + { + .type = "sd", + .id = 0xdf, + .manufacturer = "Lenovo", + }, + { + .type = "sd", + .id = 0xfe, + .manufacturer = "Bekit/Cloudisk/HP/Reletech", }, };