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:
parent
6fb52ead7d
commit
0abc377938
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue