Back to home page

OSCL-LXR

 
 

    


0001 * STMPE Keypad
0002 
0003 Required properties:
0004  - compatible               : "st,stmpe-keypad"
0005  - linux,keymap             : See ./matrix-keymap.txt
0006 
0007 Optional properties:
0008  - debounce-interval        : Debouncing interval time in milliseconds
0009  - st,scan-count            : Scanning cycles elapsed before key data is updated
0010  - st,no-autorepeat         : If specified device will not autorepeat
0011  - keypad,num-rows          : See ./matrix-keymap.txt
0012  - keypad,num-columns       : See ./matrix-keymap.txt
0013 
0014 Example:
0015 
0016         stmpe_keypad {
0017                 compatible = "st,stmpe-keypad";
0018 
0019                 debounce-interval = <64>;
0020                 st,scan-count = <8>;
0021                 st,no-autorepeat;
0022 
0023                 linux,keymap = <0x205006b
0024                                 0x4010074
0025                                 0x3050072
0026                                 0x1030004
0027                                 0x502006a
0028                                 0x500000a
0029                                 0x5008b
0030                                 0x706001c
0031                                 0x405000b
0032                                 0x6070003
0033                                 0x3040067
0034                                 0x303006c
0035                                 0x60400e7
0036                                 0x602009e
0037                                 0x4020073
0038                                 0x5050002
0039                                 0x4030069
0040                                 0x3020008>;
0041         };