Lines Matching +full:language +full:- +full:id
1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * HID driver for UC-Logic devices not fully compliant with HID standard
4 * - tablet initialization and parameter retrieval
26 /* Types of pen in-range reporting */
28 /* Normal reports: zero - out of proximity, one - in proximity */
30 /* Inverted reports: zero - in proximity, one - out of proximity */
58 * The ID to be assigned to the report, if the second byte of the pen
61 __u8 id; member
67 * Must use declarative (descriptive) language, not imperative, to simplify
88 /* Report ID, if reports should be tweaked, zero if not */
89 unsigned int id; member
90 /* The list of subreports, only valid if "id" is not zero */
92 /* Type of in-range reporting, only valid if "id" is not zero */
96 * high-order X and then Y bytes following the pressure field.
97 * Only valid if "id" is not zero.
103 * Only valid if "id" is not zero.
111 * Must use declarative (descriptive) language, not imperative, to simplify
128 * Report ID, if reports should be tweaked, zero if not.
130 unsigned int id; member
136 * Number of the least-significant bit of the 2-bit state of a rotary
137 * encoder, in the report. Cannot point to a 2-bit field crossing a
138 * byte boundary. Zero if not present. Only valid if "id" is not zero.
142 * Offset of the Wacom-style device ID byte in the report, to be set
143 * to pad device ID (0xf), for compatibility with Wacom drivers. Zero
144 * if no changes to the report should be made. The ID byte will be set
146 * the latter is valid. Only valid if "id" is not zero.
151 * Zero if not present. If dev_id_byte is also valid and non-zero,
152 * then the device ID byte will be cleared when the byte pointed to by
153 * this offset is zero. Only valid if "id" is not zero.
167 * out-of-proximity (finger lift) value.
173 * Only valid if "id" is not zero. A bitmap dial sends reports with a
175 * counterclockwise, as opposed to the normal 1 and -1.
194 * Must use declarative (descriptive) language, not imperative, to simplify
197 * When filled with zeros represents a "noop" configuration - passes all
250 /* In-range timer */