On Mon, 22 May 2023 at 23:49, Enrico Jorns <ejo@xxxxxxxxxxxxxx> wrote: > > Signed-off-by: Enrico Jorns <ejo@xxxxxxxxxxxxxx> Applied to git.kernel.org/pub/scm/utils/mmc/mmc-utils.git master, thanks! Kind regards Uffe > --- > lsmmc.c | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/lsmmc.c b/lsmmc.c > index 55da3aa..da9d69e 100644 > --- a/lsmmc.c > +++ b/lsmmc.c > @@ -239,6 +239,11 @@ struct ids_database database[] = { > .id = 0x44, > .manufacturer = "ATP", > }, > + { > + .type = "mmc", > + .id = 0x45, > + .manufacturer = "SanDisk Corporation", > + }, > { > .type = "mmc", > .id = 0x2c, > -- > 2.39.2 >