[coreboot-gerrit] Change in coreboot[master]: ec/librem/ec: fix offset for Bluetooth enable (BTLE)

Youness Alaoui (Code Review) gerrit at coreboot.org
Wed May 24 23:32:23 CEST 2017


Hello Matt DeVillier,

I'd like you to do a code review.  Please visit

    https://review.coreboot.org/19897

to review the following change.


Change subject: ec/librem/ec: fix offset for Bluetooth enable (BTLE)
......................................................................

ec/librem/ec: fix offset for Bluetooth enable (BTLE)

Verify BT function key toggle works correctly

Change-Id: I68dc99e72a09f7affbcd691d03dd4607a898313e
Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
M src/ec/purism/librem/acpi/ec.asl
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/19897/1

diff --git a/src/ec/purism/librem/acpi/ec.asl b/src/ec/purism/librem/acpi/ec.asl
index c87a4f7..e95f126 100644
--- a/src/ec/purism/librem/acpi/ec.asl
+++ b/src/ec/purism/librem/acpi/ec.asl
@@ -59,7 +59,7 @@
 		Offset (0x1D),
 		TPAD, 1,	/* Touchpad Enable/Disable */
 		WIFI, 1,	/* WiFi Enable/Disable */
-		, 2,
+		, 3,
 		BTLE, 1,	/* Bluetooth Enable/Disable */
 		Offset (0x25),
 		, 5,

-- 
To view, visit https://review.coreboot.org/19897
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I68dc99e72a09f7affbcd691d03dd4607a898313e
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Youness Alaoui <snifikino at gmail.com>
Gerrit-Reviewer: Matt DeVillier <matt.devillier at gmail.com>



More information about the coreboot-gerrit mailing list