Searched +full:06 +full:- +full:inch (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/hid/bpf/progs/ |
H A D | XPPen__DecoMini4.bpf.c | 1 // SPDX-License-Identifier: GPL-2.0-only 17 * XP-Pen devices return a descriptor with the values the driver should use when 20 * 0E 03 60 4F 88 3B 06 00 FF 1F D8 13 21 * ----- ----- ----- ----- 23 * | | | `- Resolution: 5080 (13d8) 24 * | | `- Maximum pressure: 8191 (1FFF) 25 * | `- Logical maximum Y: 15240 (3B88) 26 * `- Logical maximum X: 20320 (4F60) 43 * Buttons released: 06 00 00 00 00 00 00 00 44 * Button 1: 06 00 05 00 00 00 00 00 -> b [all …]
|
/linux/drivers/hid/ |
H A D | hid-uclogic-rdesc.c | 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" 45 0x55, 0xFD, /* Unit Exponent (-3), */ 46 0x65, 0x13, /* Unit (Inch), */ 90 0x55, 0xFD, /* Unit Exponent (-3), */ 91 0x65, 0x13, /* Unit (Inch), */ 127 0x15, 0x81, /* Logical Minimum (-127), */ [all …]
|
/linux/tools/testing/selftests/hid/tests/ |
H A D | test_wacom_generic.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 111 number and tool-type identifier. Values of ``0`` may sometimes be 112 used for the out-of-range condition. 150 range 0 cm - 5 cm) and exact unit comparison (e.g. 1 inch is 151 not within the range 0 cm - 5 cm). 153 phys_size = (field.physical_max - field.physical_min) * 10 ** (field.unit_exp) 173 self.ring = -1 333 Bare-bones opaque tablet with a minimum of features. 340 not any of Wacom's vendor-defined pages. [all …]
|
/linux/Documentation/input/devices/ |
H A D | atarikbd.rst | 12 provides a convenient connection point for a mouse and switch-type joysticks. 13 The ikbd processor also maintains a time-of-day clock with one second 18 The ikbd communicates with the main processor over a high speed bi-directional 41 0xF8-0xFB relative mouse position records (lsbs determined by 43 0xFC time-of-day 56 approximately 200 counts (phase changes or 'clicks') per inch of travel. The 67 --------------------------- 92 +127...-128 range, the motion is broken into multiple packets. 97 --------------------------- 104 --------------------- [all …]
|