diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2017-05-20 18:50:22 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-06-12 04:27:11 +0200 |
commit | ab7127771d59825234717b9a1e6e0e3f84fa4277 (patch) | |
tree | 248946e9bab8b3ecc926e2a1f0839b276fbb3f89 /src/ec/purism/librem/acpi/ec.asl | |
parent | 035cf718229baaa7cd412824d32501b1a9d55e1d (diff) |
ec/librem/ec: Fix offset for Bluetooth enable (BTLE)
Test: boot OS (Ubuntu, Windows 10) on librem13v2, verify BT
function key toggle now works correctly.
Change-Id: I68dc99e72a09f7affbcd691d03dd4607a898313e
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/19897
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Youness Alaoui <snifikino@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/ec/purism/librem/acpi/ec.asl')
-rw-r--r-- | src/ec/purism/librem/acpi/ec.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/purism/librem/acpi/ec.asl b/src/ec/purism/librem/acpi/ec.asl index c87a4f7156..e95f126c63 100644 --- a/src/ec/purism/librem/acpi/ec.asl +++ b/src/ec/purism/librem/acpi/ec.asl @@ -59,7 +59,7 @@ Device (EC) Offset (0x1D), TPAD, 1, /* Touchpad Enable/Disable */ WIFI, 1, /* WiFi Enable/Disable */ - , 2, + , 3, BTLE, 1, /* Bluetooth Enable/Disable */ Offset (0x25), , 5, |