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), */
755 0x75, 0x08, /* Report Size (8), */
774 0x15, 0xFF, /* Logical Minimum (-1), */
785 /* Fixed report descriptor for XP-Pen Deco 01 frame controls */
800 0x95, 0x08, /* Report Count (8), */
821 * uclogic_rdesc_template_apply() - apply report descriptor parameters to a
833 * Kmalloc-allocated pointer to the created report descriptor,