usbgpu: more devs in scan_pci (#10171)

This commit is contained in:
nimlgen 2025-05-06 11:55:34 +03:00 committed by GitHub
commit 34d55857cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,6 +62,6 @@ print_cfg(3, 0)
setup_bus(3, gpu_bus=4)
dmp = print_cfg(4, 0)
print(dmp[0:4])
assert dmp[0:4] == b"\x02\x10\x80\x74", "GPU NOT FOUND!"
assert dmp[0:4] in (b"\x02\x10\x80\x74", b"\x02\x10\x4c\x74", b"\x02\x10\x50\x75"), "GPU NOT FOUND!"
print("GPU FOUND!")