Message ID | 20190912210509.19816-6-mhei@heimpold.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Various fixes for mmc-utils | expand |
diff --git a/lsmmc.c b/lsmmc.c index 86713f7..4f687ac 100644 --- a/lsmmc.c +++ b/lsmmc.c @@ -194,6 +194,11 @@ struct ids_database database[] = { .id = 0x11, .manufacturer = "Toshiba", }, + { + .type = "mmc", + .id = 0x13, + .manufacturer = "Micron", + }, { .type = "mmc", .id = 0x15,