lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220927084317.138-1-avri.altman@wdc.com>
Date:   Tue, 27 Sep 2022 11:43:17 +0300
From:   Avri Altman <avri.altman@....com>
To:     Ulf Hansson <ulf.hansson@...aro.org>, linux-mmc@...r.kernel.org
Cc:     Mark Kanczak <Markk@...atpinc.com>, linux-kernel@...r.kernel.org,
        Avri Altman <avri.altman@....com>
Subject: [PATCH] mmc-utils: Fix a typo for ATP mid

Manufacturer id 0x44 is assign to ATP by 3c-LLC, and not to SanDisk.
mmc-utils inherited this typo when lsmmc got merged into it.

fixes: 4af1749d2350 (mmc-utils: Merge the lsmmc tool into mmc-utils)

Reported-by: Mark Kanczak <Markk@...atpinc.com>
Signed-off-by: Avri Altman <avri.altman@....com>
---
 lsmmc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lsmmc.c b/lsmmc.c
index 05d59e8..55da3aa 100644
--- a/lsmmc.c
+++ b/lsmmc.c
@@ -237,7 +237,7 @@ struct ids_database database[] = {
 	{
 		.type = "mmc",
 		.id = 0x44,
-		.manufacturer = "SanDisk",
+		.manufacturer = "ATP",
 	},
 	{
 		.type = "mmc",
-- 
2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ