Lines Matching +full:touch +full:- +full:keys
1 /* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
6 * This file is not only included from C-code but also from devicetree source
9 * Copyright (c) 1999-2002 Vojtech Pavlik
26 #define INPUT_PROP_SEMI_MT 0x03 /* touch rectangle only */
65 * Keys and buttons
67 * Most of the keys/buttons are modeled after USB HUT 1.12
70 * AC - Application Control
71 * AL - Application Launch Button
72 * SC - System Control
307 outputs (Monitor/LCD/TV-out/etc) */
512 #define KEY_FRAMEBACK 0x1b4 /* Consumer - transport controls */
514 #define KEY_CONTEXT_MENU 0x1b6 /* GenDesc - system context menu */
515 #define KEY_MEDIA_REPEAT 0x1b7 /* Consumer - transport control */
517 #define KEY_10CHANNELSDOWN 0x1b9 /* 10 channels down (10-) */
574 #define KEY_NUMERIC_A 0x20c /* Phone key A - HUT Telephony 0xb9 */
614 #define KEY_ASSISTANT 0x247 /* AL Context-aware desktop assistant */
622 #define KEY_DO_NOT_DISTURB 0x24f /* Toggles the system-wide "Do Not Disturb" control (HUTRR94)*/
634 /* Diagonal movement keys */
678 /* Shortcut Keys */
693 * Some keyboards have keys which do not have a defined meaning, these keys
695 * keyboards with these macro-keys the key-sequence to inject, or action to
697 * point of view these are just normal keys.
699 * The KEY_MACRO# codes below are intended for such keys, which may be labeled
700 * e.g. G1-G18, or S1 - S30. The KEY_MACRO# codes MUST NOT be used for keys
739 * Some keyboards with the macro-keys described above have some extra keys
740 * for controlling the host-side software responsible for the macro handling:
741 * -A macro recording start/stop key. Note that not all keyboards which emit
745 * -Keys for switching between different macro (pre)sets, either a key for
746 * cycling through the configured presets or keys to directly select a preset.
757 * by the host. Often these have a number of keys directly below the LCD
758 * intended for controlling a menu shown on the LCD. These keys often don't
809 /* We avoid low common keys in module aliases so they don't get huge. */
890 #define ABS_MT_POSITION_X 0x35 /* Center X touch position */
891 #define ABS_MT_POSITION_Y 0x36 /* Center Y touch position */