瀏覽代碼

Update SDCard Manufacturer List (#3730)

Update 1 and added 5 entries
Bruns8234 9 月之前
父節點
當前提交
c320e4c921
共有 1 個文件被更改,包括 31 次插入1 次删除
  1. 31 1
      code/components/jomjol_helper/Helper.cpp

+ 31 - 1
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",
 	},
 };