mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Only disable unsupported storage
This commit is contained in:
@@ -816,7 +816,7 @@ DefinitionBlock ("", "SSDT", 2, "ZPSS", "UsbReset", 0x00001000)
|
||||
|
||||
def disable_unsupported_device(self, unsupported_devices):
|
||||
for device_name, device_props in unsupported_devices.items():
|
||||
if device_props.get("Bus Type").startswith("USB"):
|
||||
if not "Storage" in device_name:
|
||||
continue
|
||||
|
||||
comment = "Disable {}".format(device_name.split(": ")[-1])
|
||||
|
||||
Reference in New Issue
Block a user