Skip to content

Commit c320e4c

Browse files
authored
Update SDCard Manufacturer List (jomjol#3730)
Update 1 and added 5 entries
1 parent 43b29f3 commit c320e4c

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

code/components/jomjol_helper/Helper.cpp

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,11 +806,21 @@ struct SDCard_Manufacturer_database sd_database[] = {
806806
.id = 0x03,
807807
.manufacturer = "SanDisk",
808808
},
809+
{
810+
.type = "sd",
811+
.id = 0x05,
812+
.manufacturer = "Lenovo",
813+
},
809814
{
810815
.type = "sd",
811816
.id = 0x08,
812817
.manufacturer = "Silicon Power",
813818
},
819+
{
820+
.type = "sd",
821+
.id = 0x09,
822+
.manufacturer = "ATP",
823+
},
814824
{
815825
.type = "sd",
816826
.id = 0x18,
@@ -894,7 +904,27 @@ struct SDCard_Manufacturer_database sd_database[] = {
894904
{
895905
.type = "sd",
896906
.id = 0x89,
897-
.manufacturer = "Unknown",
907+
.manufacturer = "Netac",
908+
},
909+
{
910+
.type = "sd",
911+
.id = 0x9f,
912+
.manufacturer = "Kingston/Kodak/Silicon Power",
913+
},
914+
{
915+
.type = "sd",
916+
.id = 0xad,
917+
.manufacturer = "Amazon Basics/Lexar/OV",
918+
},
919+
{
920+
.type = "sd",
921+
.id = 0xdf,
922+
.manufacturer = "Lenovo",
923+
},
924+
{
925+
.type = "sd",
926+
.id = 0xfe,
927+
.manufacturer = "Bekit/Cloudisk/HP/Reletech",
898928
},
899929
};
900930

0 commit comments

Comments
 (0)