Lines Matching +full:relative +full:- +full:axis
1 /*-
3 * Copyright (c) 2015-2016 Vladimir Kondratyev <wulf@FreeBSD.org>
82 * AC - Application Control
83 * AL - Application Launch Button
84 * SC - System Control
319 outputs (Monitor/LCD/TV-out/etc) */
524 #define KEY_FRAMEBACK 0x1b4 /* Consumer - transport controls */
526 #define KEY_CONTEXT_MENU 0x1b6 /* GenDesc - system context menu */
527 #define KEY_MEDIA_REPEAT 0x1b7 /* Consumer - transport control */
529 #define KEY_10CHANNELSDOWN 0x1b9 /* 10 channels down (10-) */
586 #define KEY_NUMERIC_A 0x20c /* Phone key A - HUT Telephony 0xb9 */
625 #define KEY_ASSISTANT 0x247 /* AL Context-aware desktop assistant */
704 * keyboards with these macro-keys the key-sequence to inject, or action to
709 * e.g. G1-G18, or S1 - S30. The KEY_MACRO# codes MUST NOT be used for keys
748 * Some keyboards with the macro-keys described above have some extra keys
749 * for controlling the host-side software responsible for the macro handling:
750 * -A macro recording start/stop key. Note that not all keyboards which emit
754 * -Keys for switching between different macro (pre)sets, either a key for
824 * Relative axes
894 #define ABS_MT_TOUCH_MAJOR 0x30 /* Major axis of touching ellipse */
895 #define ABS_MT_TOUCH_MINOR 0x31 /* Minor axis (omit if circular) */
896 #define ABS_MT_WIDTH_MAJOR 0x32 /* Major axis of approaching ellipse */
897 #define ABS_MT_WIDTH_MINOR 0x33 /* Minor axis (omit if circular) */