hosted: Consolidate common /dev/input code shared by the hiby targets

* Enable dynamic number of input devices, needed for bluetooth support

Change-Id: Ic2425834eb9b0fff298899ab45f3115ce1d95e91
This commit is contained in:
Solomon Peachy 2020-10-29 09:37:57 -04:00
parent dd82f13fa1
commit 125e97b0bf
9 changed files with 144 additions and 274 deletions

View file

@ -19,7 +19,6 @@
*
****************************************************************************/
#include <poll.h>
//#include <dir.h>
#include <errno.h>
#include <unistd.h>
#include <sys/types.h>
@ -34,8 +33,6 @@
#include "panic.h"
#include "kernel.h"
#include "backlight.h"
#include "backlight-target.h"
static int key_enter_delay = 0;
static int key_right_delay = 0;