aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2016-02-02 15:16:28 -0800
committerJohn Stultz <john.stultz@linaro.org>2016-02-02 15:21:17 -0800
commitcd1de16487296f65121e0aee7b528301af4db453 (patch)
tree88f9057b58c7e8f3095af9614ddc5a8c45266b0c
parent9a591fb9ffbe4fc59a0992c19ef830dc118527b4 (diff)
downloadhikey-linaro-cd1de16487296f65121e0aee7b528301af4db453.tar.gz
hikey_defconfig: Enable HID_APPLE to support apple bluetooth keyboards
After chasing my tail for a bit, I realized my cheap 3rd party bt keyboard was targetted as an ipad keyboard, and thus tries to behave like an apple keyboard. Adding support for HID_APPLE resolves the issues I was seeing with bt keyboards not working. Change-Id: I3112b32a7c1cd0ba1b8fea0c79268a9d3803cfdd Signed-off-by: John Stultz <john.stultz@linaro.org>
-rw-r--r--arch/arm64/configs/hikey_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/hikey_defconfig b/arch/arm64/configs/hikey_defconfig
index 1ad6d2f89878..13f643a5f461 100644
--- a/arch/arm64/configs/hikey_defconfig
+++ b/arch/arm64/configs/hikey_defconfig
@@ -291,6 +291,7 @@ CONFIG_FB_SIMPLE=y
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_UHID=y
+CONFIG_HID_APPLE=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_HCD_PLATFORM=y