mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: 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.
BUG=none
BRANCH=none
TEST=none
Change-Id: I263e72ba44dee7428d2b46533a6bff66475213eb
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: ab7127771d
Original-Change-Id: I68dc99e72a09f7affbcd691d03dd4607a898313e
Original-Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Original-Reviewed-on: https://review.coreboot.org/19897
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Youness Alaoui <snifikino@gmail.com>
Original-Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Original-Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://chromium-review.googlesource.com/531727
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
This commit is contained in:
parent
5cae2c168d
commit
61d9e4bad8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue