Lines Matching +full:8 +full:- +full:inch
1 // SPDX-License-Identifier: GPL-2.0+
3 * HID driver for UC-Logic devices not fully compliant with HID standard
4 * - original and fixed report descriptors
6 * Copyright (c) 2010-2017 Nikolai Kondrashov
17 #include "hid-uclogic-rdesc.h"
44 0x55, 0xFD, /* Unit Exponent (-3), */
45 0x65, 0x13, /* Unit (Inch), */
89 0x55, 0xFD, /* Unit Exponent (-3), */
90 0x65, 0x13, /* Unit (Inch), */
109 0x85, 0x08, /* Report ID (8), */
123 0x75, 0x08, /* Report Size (8), */
126 0x15, 0x81, /* Logical Minimum (-127), */
131 0x15, 0xFF, /* Logical Minimum (-1), */
166 0x55, 0xFD, /* Unit Exponent (-3), */
167 0x65, 0x13, /* Unit (Inch), */
186 0x85, 0x08, /* Report ID (8), */
200 0x75, 0x08, /* Report Size (8), */
203 0x15, 0x81, /* Logical Minimum (-127), */
208 0x15, 0xFF, /* Logical Minimum (-1), */
246 0x55, 0xFD, /* Unit Exponent (-3), */
247 0x65, 0x13, /* Unit (Inch), */
291 0x55, 0xFD, /* Unit Exponent (-3), */
292 0x65, 0x13, /* Unit (Inch), */
311 0x85, 0x08, /* Report ID (8), */
325 0x75, 0x08, /* Report Size (8), */
328 0x15, 0x81, /* Logical Minimum (-127), */
333 0x15, 0xFF, /* Logical Minimum (-1), */
369 0x65, 0x13, /* Unit (Inch), */
370 0x55, 0xFD, /* Unit Exponent (-3), */
412 0x16, 0x00, 0x80, /* Logical Minimum (-32768), */
418 0x15, 0xFF, /* Logical Minimum (-1), */
421 0x75, 0x08, /* Report Size (8), */
443 0x95, 0x08, /* Report Count (8), */
448 0x75, 0x08, /* Report Size (8), */
483 0x55, 0xFD, /* Unit Exponent (-3), */
484 0x65, 0x13, /* Unit (Inch), */
516 0x95, 0x08, /* Report Count (8), */
526 0x95, 0x08, /* Report Count (8), */
561 0x65, 0x13, /* Unit (Inch), */
562 0x55, 0xFD, /* Unit Exponent (-3), */
593 0x85, 0x08, /* Report ID (8), */
614 0x65, 0x13, /* Unit (Inch), */
615 0x55, 0xFD, /* Unit Exponent (-3), */
638 0x35, 0xC4, /* Physical Minimum (-60), */
640 0x15, 0xC4, /* Logical Minimum (-60), */
642 0x75, 0x08, /* Report Size (8), */
695 0x95, ((_size) * 8 - 45), \
703 UCLOGIC_RDESC_FRAME_BUTTONS_BYTES(UCLOGIC_RDESC_V1_FRAME_ID, 8)
735 0x75, 0x08, /* Report Size (8), */
783 0x75, 0x08, /* Report Size (8), */
833 0x75, 0x08, /* Report Size (8), */
844 0x15, 0xFF, /* Logical Minimum (-1), */
897 0x65, 0x13, /* Unit (Inch), */
898 0x55, 0x0d, /* Unit Exponent (-3), */
922 0x35, 0xC3, /* Physical Minimum (-61), */
924 0x15, 0xC3, /* Logical Minimum (-61), */
926 0x75, 0x08, /* Report Size (8), */
930 0x35, 0xC3, /* Physical Minimum (-61), */
932 0x15, 0xC3, /* Logical Minimum (-61), */
952 0x95, 0x08, /* Report Count (8), */
981 0x95, 0x08, /* Report Count (8), */
993 0x75, 0x08, /* Report Size (8), */
999 0x15, 0xFF, /* Logical Minimum (-1), */
1033 0x16, 0x00, 0x80, /* Logical Minimum (-32768), */
1051 0x75, 0x08, /* Report Size (8), */
1057 0x75, 0x08, /* Report Size (8), */
1070 0x75, 0x08, /* Report Size (8), */
1129 0x75, 0x08, /* Report Size (8), */
1148 0x15, 0xFF, /* Logical Minimum (-1), */
1159 /* Fixed report descriptor for XP-Pen Deco 01 frame controls */
1174 0x95, 0x08, /* Report Count (8), */
1195 * uclogic_rdesc_template_apply() - apply report descriptor parameters to a
1207 * Kmalloc-allocated pointer to the created report descriptor,