include: key.h: use linux-event-codes.h

linux-event-codes.h defines more key code than
input.h

Change-Id: Ib9c9946bb78420fdd6b1dbcdad48e46007cc4752
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2018-03-06 14:21:32 +08:00 committed by Kever Yang
parent 6fb52ead7d
commit 0abc377938
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#ifndef _KEY_H_
#define _KEY_H_
#include <linux/input.h>
#include <dt-bindings/input/linux-event-codes.h>
#define KEY_LONG_DOWN_MS 2000