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>
This commit is contained in:
parent
970d983083
commit
c166b6d95c
1 changed files with 0 additions and 13 deletions
|
|
@ -220,19 +220,6 @@ void acpi_device_intel_bt(const struct acpi_gpio *enable_gpio,
|
|||
}
|
||||
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)
|
||||
* {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue