]> git.zerfleddert.de Git - ms2-fixes/commitdiff
better hw debounce time
authorMichael Gernoth <michael@gernoth.net>
Fri, 19 Aug 2011 12:05:55 +0000 (14:05 +0200)
committerMichael Gernoth <michael@gernoth.net>
Fri, 19 Aug 2011 12:05:55 +0000 (14:05 +0200)
MS2Debounce/assets/debounce.ko
debounce.c

index 456f4c1b7f2f7cd1aba999a8399cc519fd87a8fa..a93c392f4decb580ef246351425f01a3e51b61cc 100644 (file)
Binary files a/MS2Debounce/assets/debounce.ko and b/MS2Debounce/assets/debounce.ko differ
index 46c0a63acf465469bc076fd6170c8c9ae751bc1a..951121217b76f12c975700ef4a00503aa80be24c 100644 (file)
@@ -5,7 +5,7 @@
 #include <mach/gpio.h>
 
 /* hardware debounce: (value + 1) * 31us */
 #include <mach/gpio.h>
 
 /* hardware debounce: (value + 1) * 31us */
-#define GPIO_DEBOUNCE_TIME              10240
+#define GPIO_DEBOUNCE_TIME              0x3
 
 #define PREFIX "debounce: "
 
 
 #define PREFIX "debounce: "
 
Impressum, Datenschutz