diff --git a/src/drivers/usb/acpi/intel_bluetooth.c b/src/drivers/usb/acpi/intel_bluetooth.c index e9488d3968..2ccb13bfe8 100644 --- a/src/drivers/usb/acpi/intel_bluetooth.c +++ b/src/drivers/usb/acpi/intel_bluetooth.c @@ -108,7 +108,7 @@ void acpi_device_intel_bt(const struct acpi_gpio *enable_gpio, acpigen_write_dsm_uuid_arr(uuid_callbacks, ARRAY_SIZE(uuid_callbacks)); /* - * PowerResource (BTRT, 0, 0) + * PowerResource (BTRT, 0x05, 0) * { * Method (_STA, 0, NotSerialized) * { @@ -139,7 +139,7 @@ void acpi_device_intel_bt(const struct acpi_gpio *enable_gpio, * } * } */ - acpigen_write_power_res("BTRT", 0, 0, NULL, 0); + acpigen_write_power_res("BTRT", 5, 0, NULL, 0); { acpigen_write_method("_STA", 0); {