From 460a7172852033a1b897a61e954d1e3f1c32285f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 8 Nov 2015 23:48:07 -0700 Subject: sandbox: Enable USB keyboard Enable the USB keyboard on sandbox, now that we have a suitable emulation driver. Signed-off-by: Simon Glass --- include/configs/sandbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs') diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index fb1bfb7..1c75c38 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -177,7 +177,7 @@ #define CONFIG_KEYBOARD -#define SANDBOX_SERIAL_SETTINGS "stdin=serial,cros-ec-keyb\0" \ +#define SANDBOX_SERIAL_SETTINGS "stdin=serial,cros-ec-keyb,usbkbd\0" \ "stdout=serial,lcd\0" \ "stderr=serial,lcd\0" #else -- cgit v1.1