mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 11:36:51 +03:00
@@ -806,11 +806,21 @@ struct SDCard_Manufacturer_database sd_database[] = {
|
|||||||
.id = 0x03,
|
.id = 0x03,
|
||||||
.manufacturer = "SanDisk",
|
.manufacturer = "SanDisk",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.type = "sd",
|
||||||
|
.id = 0x05,
|
||||||
|
.manufacturer = "Lenovo",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.type = "sd",
|
.type = "sd",
|
||||||
.id = 0x08,
|
.id = 0x08,
|
||||||
.manufacturer = "Silicon Power",
|
.manufacturer = "Silicon Power",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.type = "sd",
|
||||||
|
.id = 0x09,
|
||||||
|
.manufacturer = "ATP",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.type = "sd",
|
.type = "sd",
|
||||||
.id = 0x18,
|
.id = 0x18,
|
||||||
@@ -894,7 +904,27 @@ struct SDCard_Manufacturer_database sd_database[] = {
|
|||||||
{
|
{
|
||||||
.type = "sd",
|
.type = "sd",
|
||||||
.id = 0x89,
|
.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",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user