Fixed header, and fixed small limit on # of devices.
authorIan Kelling <ianowl@gmail.com>
Tue, 20 Aug 2013 04:52:13 +0000 (21:52 -0700)
committerIan Kelling <ianowl@gmail.com>
Tue, 20 Aug 2013 04:52:13 +0000 (21:52 -0700)
evhz.c

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 10
+#define EVENTS 50
 #define HZ_LIST 64
 
 typedef struct event_s {