Lines Matching +full:push +full:- +full:button
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"
42 0xA4, /* Push, */
44 0x55, 0xFD, /* Unit Exponent (-3), */
87 0xA4, /* Push, */
89 0x55, 0xFD, /* Unit Exponent (-3), */
113 0x05, 0x09, /* Usage Page (Button), */
126 0x15, 0x81, /* Logical Minimum (-127), */
131 0x15, 0xFF, /* Logical Minimum (-1), */
164 0xA4, /* Push, */
166 0x55, 0xFD, /* Unit Exponent (-3), */
190 0x05, 0x09, /* Usage Page (Button), */
203 0x15, 0x81, /* Logical Minimum (-127), */
208 0x15, 0xFF, /* Logical Minimum (-1), */
244 0xA4, /* Push, */
246 0x55, 0xFD, /* Unit Exponent (-3), */
289 0xA4, /* Push, */
291 0x55, 0xFD, /* Unit Exponent (-3), */
315 0x05, 0x09, /* Usage Page (Button), */
328 0x15, 0x81, /* Logical Minimum (-127), */
333 0x15, 0xFF, /* Logical Minimum (-1), */
367 0xA4, /* Push, */
370 0x55, 0xFD, /* Unit Exponent (-3), */
399 0x05, 0x09, /* Usage Page (Button), */
412 0x16, 0x00, 0x80, /* Logical Minimum (-32768), */
418 0x15, 0xFF, /* Logical Minimum (-1), */
481 0xA4, /* Push, */
483 0x55, 0xFD, /* Unit Exponent (-3), */
559 0xA4, /* Push, */
562 0x55, 0xFD, /* Unit Exponent (-3), */
612 0xA4, /* Push, */
615 0x55, 0xFD, /* Unit Exponent (-3), */
647 * @_padding: Padding from the end of button bits at bit 44, until
671 0x05, 0x09, /* Usage Page (Button), */ \
680 0x05, 0x09, /* Usage Page (Button), */ \
713 0x05, 0x09, /* Usage Page (Button), */
743 0x05, 0x09, /* Usage Page (Button), */
774 0x15, 0xFF, /* Logical Minimum (-1), */
785 /* Fixed report descriptor for XP-Pen Deco 01 frame controls */
797 0x05, 0x09, /* Usage Page (Button), */
821 * uclogic_rdesc_template_apply() - apply report descriptor parameters to a
833 * Kmalloc-allocated pointer to the created report descriptor,