Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
keyboard-pxa930_rotary.h
Go to the documentation of this file.
1 #ifndef __ASM_ARCH_PXA930_ROTARY_H
2 #define __ASM_ARCH_PXA930_ROTARY_H
3 
4 /* NOTE:
5  *
6  * rotary can be either interpreted as a ralative input event (e.g.
7  * REL_WHEEL or REL_HWHEEL) or a specific key event (e.g. UP/DOWN
8  * or LEFT/RIGHT), depending on if up_key & down_key are assigned
9  * or rel_code is assigned a non-zero value. When all are non-zero,
10  * up_key and down_key will be preferred.
11  */
13  int up_key;
14  int down_key;
15  int rel_code;
16 };
17 
19 
20 #endif /* __ASM_ARCH_PXA930_ROTARY_H */