-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 346956 b: refs/heads/master c: 6ea3238 h: refs/heads/master v: v3
- Loading branch information
Dmitry Torokhov
committed
Nov 24, 2012
1 parent
0be5221
commit 514ad93
Showing
4 changed files
with
92 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: e2619cf78e19476bfd7ceaefa9eff0847529346e | ||
refs/heads/master: 6ea32387a0c7fb9ca0213fd22b47c5a1ca4c2972 |
39 changes: 39 additions & 0 deletions
39
trunk/Documentation/devicetree/bindings/input/stmpe-keypad.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
* STMPE Keypad | ||
|
||
Required properties: | ||
- compatible : "st,stmpe-keypad" | ||
- linux,keymap : See ./matrix-keymap.txt | ||
|
||
Optional properties: | ||
- debounce-interval : Debouncing interval time in milliseconds | ||
- st,scan-count : Scanning cycles elapsed before key data is updated | ||
- st,no-autorepeat : If specified device will not autorepeat | ||
|
||
Example: | ||
|
||
stmpe_keypad { | ||
compatible = "st,stmpe-keypad"; | ||
|
||
debounce-interval = <64>; | ||
st,scan-count = <8>; | ||
st,no-autorepeat; | ||
|
||
linux,keymap = <0x205006b | ||
0x4010074 | ||
0x3050072 | ||
0x1030004 | ||
0x502006a | ||
0x500000a | ||
0x5008b | ||
0x706001c | ||
0x405000b | ||
0x6070003 | ||
0x3040067 | ||
0x303006c | ||
0x60400e7 | ||
0x602009e | ||
0x4020073 | ||
0x5050002 | ||
0x4030069 | ||
0x3020008>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters