Attention is currently required from: Nicholas Sudsgaard.
Sean Rhodes has posted comments on this change by Sean Rhodes. ( https://review.coreboot.org/c/coreboot/+/84658?usp=email )
Change subject: drivers/usb/acpi: Account for the lack of a reset gpio ......................................................................
Patch Set 12:
(1 comment)
File src/drivers/usb/acpi/intel_bluetooth.c:
https://review.coreboot.org/c/coreboot/+/84658/comment/6c5a08cb_15d611b7?usp... : PS11, Line 91: struct dsm_uuid reset_supported_methods[] = { : DSM_UUID("aa10f4e0-81ac-4233-abf6-3b2ac50e28d9", reset_supported, 2, NULL), : }; : : struct dsm_uuid reset_unsupported_methods[] = { : DSM_UUID("aa10f4e0-81ac-4233-abf6-3b2ac50e28d9", reset_unsupported, 1, NULL), : };
This is not needed anymore.
Done