diff options
| author | Amit Jain <ajain@motorola.com> | 2014-02-04 17:17:29 -0600 |
|---|---|---|
| committer | James Wylder <jwylder@motorola.com> | 2014-03-05 17:47:16 -0600 |
| commit | 7cacb373c712e8049a70003667053034d2bc4a36 (patch) | |
| tree | f81cf406fd471ae626765d7cef452541a77d36d2 /include/uapi/linux/input.h | |
| parent | 7c71ebeec80ad6b0e2911b744e12138badc1455f (diff) | |
| download | olio-linux-3.10-7cacb373c712e8049a70003667053034d2bc4a36.tar.xz olio-linux-3.10-7cacb373c712e8049a70003667053034d2bc4a36.zip | |
IKXCLOCK-175: Compass support in kernel
Change-Id: I340440f0e3c316d18f9480b19905b904538ce7cd
Reviewed-on: http://gerrit.pcs.mot.com/608265
SLTApproved: Slta Waiver <sltawvr@motorola.com>
Tested-by: Jira Key <jirakey@motorola.com>
Reviewed-by: Sajid Dalvi <fsd017@motorola.com>
Submit-Approved: Jira Key <jirakey@motorola.com>
Diffstat (limited to 'include/uapi/linux/input.h')
| -rw-r--r-- | include/uapi/linux/input.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/include/uapi/linux/input.h b/include/uapi/linux/input.h index a6d1dd642e7..4316b97d1d3 100644 --- a/include/uapi/linux/input.h +++ b/include/uapi/linux/input.h @@ -842,29 +842,7 @@ struct input_keymap_entry { /* MSP (sensor) related events */ -#define ABS_STEPCOUNT 0x40 -#define ABS_ACTIVITY 0x41 -#define ABS_SPEED 0x42 -#define ABS_CADENCE 0x43 #define ABS_ALTITUDE 0x44 -#define ABS_PRESSURE_PASCAL 0x45 -#define ABS_ASCENT 0x46 -#define ABS_DESCENT 0x47 -#define ABS_INCLINATION 0x48 -#define ABS_STEPLENGTH 0x49 -#define ABS_3D_TAP_TAP 0x4a -#define ABS_HEADING 0x4b -#define ABS_TEMPERATURE 0x4c -#define ABS_MSP_LATITUDE 0x4d -#define ABS_MSP_LONGITUDE 0x4e -#define ABS_MSP_HEADING 0x4f -#define ABS_MSP_ACCURACY 0x50 - -#define ABS_COMPASS_X 0x51 -#define ABS_COMPASS_Y 0x52 -#define ABS_COMPASS_Z 0x53 -#define ABS_COMPASS_ACCURACY 0x54 - #define ABS_TILTSCROLL 0x55 /* TODO TEMP !!! CHeck IKXCLOCK-100 */ |