aboutsummaryrefslogtreecommitdiff
path: root/projects/coreboot/patches/0004-libpayload-Enable-USB-HID-in-veyron-configuration.patch
blob: af00a42dc6147f36a1aaabd8634cd7ce65c84a77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 552b999c7b32363cbc51722f33a0de189baf27fe Mon Sep 17 00:00:00 2001
From: Paul Kocialkowski <contact@paulk.fr>
Date: Mon, 19 Dec 2016 20:23:44 +0100
Subject: [PATCH 4/4] libpayload: Enable USB HID in veyron configuration

This enables USB HID support in the veyron config, since it seems to
work correctly and is needed for interaction with depthcharge on devices
without an embedded keyboard (such as veyron_jerry).

Change-Id: Icae829e3a132005df17bcb6f7e6f8a190912576d
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
---
 payloads/libpayload/configs/config.veyron | 1 -
 1 file changed, 1 deletion(-)

diff --git a/payloads/libpayload/configs/config.veyron b/payloads/libpayload/configs/config.veyron
index e80535c..b643e92 100644
--- a/payloads/libpayload/configs/config.veyron
+++ b/payloads/libpayload/configs/config.veyron
@@ -4,4 +4,3 @@ CONFIG_LP_8250_SERIAL_CONSOLE=y
 CONFIG_LP_TIMER_RK3288=y
 CONFIG_LP_USB_EHCI=y
 CONFIG_LP_USB_DWC2=y
-# CONFIG_LP_USB_HID is not set
-- 
2.10.2