pcid: Add pretty string for the NVME device type

This commit is contained in:
bjorn3
2024-06-16 13:12:52 +02:00
parent ae2240ef0f
commit 1179d01e76
+1
View File
@@ -129,6 +129,7 @@ impl PciHeader {
0x30 => string.push_str(" XHCI"),
_ => (),
},
DeviceType::NvmeController => string.push_str(" NVME"),
_ => (),
}
string