projects
/
ms2-fixes
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ae502f
)
set default debounce_delay to 10ms
author
Michael Gernoth
<michael@gernoth.net>
Fri, 20 May 2011 19:02:35 +0000
(21:02 +0200)
committer
Michael Gernoth
<michael@gernoth.net>
Fri, 20 May 2011 19:02:35 +0000
(21:02 +0200)
debounce.c
patch
|
blob
|
blame
|
history
diff --git
a/debounce.c
b/debounce.c
index e6398dcb9ab262a9e7113ef0ea2473001e2be0d1..9ae93f2283ed75259d37275d3013395d02947426 100644
(file)
--- a/
debounce.c
+++ b/
debounce.c
@@
-5,10
+5,10
@@
#define PREFIX "debounce: "
-static int delay =
5
;
+static int delay =
10
;
module_param(delay, int, S_IRUSR | S_IRGRP | S_IROTH);
-MODULE_PARM_DESC(delay, "debouncing delay (ms), default:
5
");
+MODULE_PARM_DESC(delay, "debouncing delay (ms), default:
10
");
static int find_ms2_dev(struct device *dev, void *data)
{
Impressum
,
Datenschutz