diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-10-29 09:37:57 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-10-31 14:17:22 +0000 |
commit | 125e97b0bf979e1d03b84b17e72fc655b74015fb (patch) | |
tree | 693b24abb83fad6dbc9e3da6b3b0fb22c0e20bd6 /firmware/target/hosted/fiio/button-fiio.c | |
parent | dd82f13fa1241266576b508180fcf90b8d9bda2c (diff) | |
download | rockbox-125e97b0bf979e1d03b84b17e72fc655b74015fb.tar.gz rockbox-125e97b0bf979e1d03b84b17e72fc655b74015fb.zip |
hosted: Consolidate common /dev/input code shared by the hiby targets
* Enable dynamic number of input devices, needed for bluetooth support
Change-Id: Ic2425834eb9b0fff298899ab45f3115ce1d95e91
Diffstat (limited to 'firmware/target/hosted/fiio/button-fiio.c')
-rw-r--r-- | firmware/target/hosted/fiio/button-fiio.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/target/hosted/fiio/button-fiio.c b/firmware/target/hosted/fiio/button-fiio.c index 134ec5a426..4acbfb0ea7 100644 --- a/firmware/target/hosted/fiio/button-fiio.c +++ b/firmware/target/hosted/fiio/button-fiio.c | |||
@@ -19,7 +19,6 @@ | |||
19 | * | 19 | * |
20 | ****************************************************************************/ | 20 | ****************************************************************************/ |
21 | #include <poll.h> | 21 | #include <poll.h> |
22 | //#include <dir.h> | ||
23 | #include <errno.h> | 22 | #include <errno.h> |
24 | #include <unistd.h> | 23 | #include <unistd.h> |
25 | #include <sys/types.h> | 24 | #include <sys/types.h> |
@@ -34,8 +33,6 @@ | |||
34 | #include "panic.h" | 33 | #include "panic.h" |
35 | 34 | ||
36 | #include "kernel.h" | 35 | #include "kernel.h" |
37 | #include "backlight.h" | ||
38 | #include "backlight-target.h" | ||
39 | 36 | ||
40 | static int key_enter_delay = 0; | 37 | static int key_enter_delay = 0; |
41 | static int key_right_delay = 0; | 38 | static int key_right_delay = 0; |