Signed-off-by: Michael Heimpold <michael.heimpold@xxxxxxxx> Cc: Michael Heimpold <mhei@xxxxxxxxxxx> --- lsmmc.c | 5 +++++ 1 file changed, 5 insertions(+) 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, -- 2.17.1