Commit 5edc6a4e authored by Stephane Fillod's avatar Stephane Fillod Committed by Ulf Hansson
Browse files
parent 51434a7a
...@@ -112,7 +112,7 @@ struct ids_database database[] = { ...@@ -112,7 +112,7 @@ struct ids_database database[] = {
{ {
.type = "sd", .type = "sd",
.id = 0x1b, .id = 0x1b,
.manufacturer = "Transcend", .manufacturer = "Transcend/Samsung",
}, },
{ {
.type = "sd", .type = "sd",
...@@ -122,7 +122,7 @@ struct ids_database database[] = { ...@@ -122,7 +122,7 @@ struct ids_database database[] = {
{ {
.type = "sd", .type = "sd",
.id = 0x1d, .id = 0x1d,
.manufacturer = "Corsair", .manufacturer = "Corsair/AData",
}, },
{ {
.type = "sd", .type = "sd",
...@@ -134,6 +134,11 @@ struct ids_database database[] = { ...@@ -134,6 +134,11 @@ struct ids_database database[] = {
.id = 0x1f, .id = 0x1f,
.manufacturer = "Kingston", .manufacturer = "Kingston",
}, },
{
.type = "sd",
.id = 0x27,
.manufacturer = "Delkin/Phison",
},
{ {
.type = "sd", .type = "sd",
.id = 0x28, .id = 0x28,
...@@ -144,6 +149,11 @@ struct ids_database database[] = { ...@@ -144,6 +149,11 @@ struct ids_database database[] = {
.id = 0x30, .id = 0x30,
.manufacturer = "SanDisk", .manufacturer = "SanDisk",
}, },
{
.type = "sd",
.id = 0x31,
.manufacturer = "Silicon Power",
},
{ {
.type = "sd", .type = "sd",
.id = 0x33, .id = 0x33,
...@@ -159,6 +169,21 @@ struct ids_database database[] = { ...@@ -159,6 +169,21 @@ struct ids_database database[] = {
.id = 0x6f, .id = 0x6f,
.manufacturer = "STMicroelectronics", .manufacturer = "STMicroelectronics",
}, },
{
.type = "sd",
.id = 0x74,
.manufacturer = "Transcend",
},
{
.type = "sd",
.id = 0x76,
.manufacturer = "Patriot",
},
{
.type = "sd",
.id = 0x82,
.manufacturer = "Gobe/Sony",
},
{ {
.type = "sd", .type = "sd",
.id = 0x89, .id = 0x89,
...@@ -224,6 +249,11 @@ struct ids_database database[] = { ...@@ -224,6 +249,11 @@ struct ids_database database[] = {
.id = 0x70, .id = 0x70,
.manufacturer = "Kingston", .manufacturer = "Kingston",
}, },
{
.type = "mmc",
.id = 0xfe,
.manufacturer = "Micron",
},
}; };
/* Command line parsing functions */ /* Command line parsing functions */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment