dmidecode-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dmidecode] [PATCH] Fix System Slot Information for PCIe SSD


From: Prabhakar.Pujeri
Subject: [dmidecode] [PATCH] Fix System Slot Information for PCIe SSD
Date: Wed, 9 Oct 2019 13:08:50 +0000

Signed-off-by: Prabhakar pujeri <address@hidden>
---
 dmidecode.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dmidecode.c b/dmidecode.c
index aef18f8..c87bc8a 100644
--- a/dmidecode.c
+++ b/dmidecode.c
@@ -1906,7 +1906,9 @@ static const char *dmi_slot_length(u8 code)
    "Other", /* 0x01 */
    "Unknown",
    "Short",
-   "Long" /* 0x04 */
+   "Long",
+    "2.5\" drive form factor",
+    "3.5\" drive form factor" /* 0x06 */
  };

  if (code >= 0x01 && code <= 0x04)
--
2.14.5

Attachment: 0001-Fix-System-Slot-Information-for-PCIe-SSD.patch
Description: 0001-Fix-System-Slot-Information-for-PCIe-SSD.patch


reply via email to

[Prev in Thread] Current Thread [Next in Thread]