Sean Rhodes has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86595?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: drivers/usb/intel-bluetooth: Remove the _PR3 Object ......................................................................
drivers/usb/intel-bluetooth: Remove the _PR3 Object
_PR3 should return resources required for the device to be in D3Hot for which the Intel Bluetooth needs none, so remove it.
Change-Id: I65f206899affd46d791c2ba39235a1af320395d2 Signed-off-by: Sean Rhodes sean@starlabs.systems Reviewed-on: https://review.coreboot.org/c/coreboot/+/86595 Reviewed-by: Matt DeVillier matt.devillier@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/drivers/usb/acpi/intel_bluetooth.c 1 file changed, 0 insertions(+), 13 deletions(-)
Approvals: Matt DeVillier: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/drivers/usb/acpi/intel_bluetooth.c b/src/drivers/usb/acpi/intel_bluetooth.c index 6307dcb..5ed42c8 100644 --- a/src/drivers/usb/acpi/intel_bluetooth.c +++ b/src/drivers/usb/acpi/intel_bluetooth.c @@ -221,19 +221,6 @@ acpigen_pop_len();
/* - * Name (_PR3, Package (0x01) - * { - * BTRT - * }) - */ - acpigen_write_name("_PR3"); - { - acpigen_write_package(1); - acpigen_emit_namestring("BTRT"); - } - acpigen_pop_len(); - -/* * Method (AOLD, 0, NotSerialized) * { * Name (AODS, Package (0x03)