linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] mmc-utils: add SanDisk to manufacturer database
@ 2023-05-22 21:48 Enrico Jorns
  2023-05-22 21:48 ` [PATCH 2/3] mmc-utils: fix printing OID for mmc in non-verbose mode Enrico Jorns
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Enrico Jorns @ 2023-05-22 21:48 UTC (permalink / raw)
  To: linux-mmc; +Cc: Avri Altman, Ulf Hansson, ejo

Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
---
 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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-05-24 15:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-22 21:48 [PATCH 1/3] mmc-utils: add SanDisk to manufacturer database Enrico Jorns
2023-05-22 21:48 ` [PATCH 2/3] mmc-utils: fix printing OID for mmc in non-verbose mode Enrico Jorns
2023-05-24  6:45   ` Avri Altman
2023-05-24 15:15   ` Ulf Hansson
2023-05-22 21:48 ` [PATCH 3/3] mmc-utils: do not hide CID manufacturer information Enrico Jorns
2023-05-24  6:48   ` Avri Altman
2023-05-24 15:15   ` Ulf Hansson
2023-05-24  6:41 ` [PATCH 1/3] mmc-utils: add SanDisk to manufacturer database Avri Altman
2023-05-24 15:15 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).