device_probe.py: Expand NVMe detection to 0x106b Device IDs

This commit is contained in:
Mykola Grymalyuk
2023-06-22 20:02:45 -06:00
parent c3e0765aae
commit f973817819
2 changed files with 8 additions and 8 deletions
+1 -3
View File
@@ -705,9 +705,7 @@ class Computer:
controller = NVMeController.from_ioregistry(parent)
controller.aspm = aspm
if controller.vendor_id != 0x106B:
# Handle Apple Vendor ID
self.storage.append(controller)
self.storage.append(controller)
ioreg.IOObjectRelease(parent)