iankelling.org
/
git
/
evhz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20ff822
)
Fixed header, and fixed small limit on # of devices.
author
Ian Kelling
<ianowl@gmail.com>
Tue, 20 Aug 2013 04:52:13 +0000
(21:52 -0700)
committer
Ian Kelling
<ianowl@gmail.com>
Tue, 20 Aug 2013 04:52:13 +0000
(21:52 -0700)
evhz.c
patch
|
blob
|
history
diff --git
a/evhz.c
b/evhz.c
index a7a42be54b81329e07cbdf353b172cb10871c02c..193185ae16f22f5a46d94eca46720ff9aaec4a60 100644
(file)
--- a/
evhz.c
+++ b/
evhz.c
@@
-1,9
+1,10
@@
+#include <string.h>
#include <stdio.h>
#include <linux/input.h>
#include <fcntl.h>
#include <signal.h>
-#define EVENTS
1
0
+#define EVENTS
5
0
#define HZ_LIST 64
typedef struct event_s {