From 90f1c767f07b95fe39a344eaa96f629cd7efe1ba Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 30 Oct 2011 21:15:08 +0200 Subject: frontend: input: don't configure unprobed devices --- frontend/common/input.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontend/common/input.h') diff --git a/frontend/common/input.h b/frontend/common/input.h index 65e088f..e82ecaa 100644 --- a/frontend/common/input.h +++ b/frontend/common/input.h @@ -19,6 +19,9 @@ #define PBTN_MENU (1 << 10) +// TODO: move to pico +#if 0 + /* ui events */ #define PEVB_VOL_DOWN 30 #define PEVB_VOL_UP 29 @@ -48,6 +51,7 @@ #define PEV_MASK 0x7ff80000 +#endif enum { IN_CFG_BIND_COUNT = 0, -- cgit v1.2.3