Searched +full:middle +full:- +full:button (Results 1 – 25 of 105) sorted by relevance
12345
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
| D | gpio-mouse.txt | 1 Device-Tree bindings for GPIO attached mice 4 to 5-7 GPIO lines. 7 - compatible: must be "gpio-mouse" 8 - scan-interval-ms: The scanning interval in milliseconds 9 - up-gpios: GPIO line phandle to the line indicating "up" 10 - down-gpios: GPIO line phandle to the line indicating "down" 11 - left-gpios: GPIO line phandle to the line indicating "left" 12 - right-gpios: GPIO line phandle to the line indicating "right" 15 - button-left-gpios: GPIO line handle to the left mouse button 16 - button-middle-gpios: GPIO line handle to the middle mouse button [all …]
|
| D | elan_i2c.txt | 4 - compatible: must be "elan,ekth3000". 5 - reg: I2C address of the chip. 6 - interrupts: interrupt to which the chip is connected (see interrupt 10 - wakeup-source: touchpad can be used as a wakeup source. 11 - pinctrl-names: should be "default" (see pinctrl binding [1]). 12 - pinctrl-0: a phandle pointing to the pin settings for the device (see 14 - vcc-supply: a phandle for the regulator supplying 3.3V power. 15 - elan,trackpoint: touchpad can support a trackpoint (boolean) 16 - elan,clickpad: touchpad is a clickpad (the entire surface is a button) 17 - elan,middle-button: touchpad has a physical middle button [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/ |
| D | gpio-mouse.txt | 1 Device-Tree bindings for GPIO attached mice 4 to 5-7 GPIO lines. 7 - compatible: must be "gpio-mouse" 8 - scan-interval-ms: The scanning interval in milliseconds 9 - up-gpios: GPIO line phandle to the line indicating "up" 10 - down-gpios: GPIO line phandle to the line indicating "down" 11 - left-gpios: GPIO line phandle to the line indicating "left" 12 - right-gpios: GPIO line phandle to the line indicating "right" 15 - button-left-gpios: GPIO line handle to the left mouse button 16 - button-middle-gpios: GPIO line handle to the middle mouse button [all …]
|
| D | elan,ekth3000.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dmitry Torokhov <dmitry.torokhov@gmail.com> 13 - $ref: touchscreen/touchscreen.yaml# 25 wakeup-source: 29 vcc-supply: 38 description: touchpad is a clickpad (the entire surface is a button) 40 elan,middle-button: 42 description: touchpad has a physical middle button [all …]
|
| /kernel/linux/linux-6.6/drivers/input/mouse/ |
| D | gpio_mouse.c | 1 // SPDX-License-Identifier: GPL-2.0-only 23 * @bleft: GPIO line for left button. 24 * @bmiddle: GPIO line for middle button. 25 * @bright: GPIO line for right button. 51 if (gpio->bleft) in gpio_mouse_scan() 53 gpiod_get_value(gpio->bleft)); in gpio_mouse_scan() 54 if (gpio->bmiddle) in gpio_mouse_scan() 56 gpiod_get_value(gpio->bmiddle)); in gpio_mouse_scan() 57 if (gpio->bright) in gpio_mouse_scan() 59 gpiod_get_value(gpio->bright)); in gpio_mouse_scan() [all …]
|
| D | alps.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 28 #define DOLPHIN_PROFILE_XOFFSET 8 /* x-electrode offset */ 29 #define DOLPHIN_PROFILE_YOFFSET 1 /* y-electrode offset */ 32 * enum SS4_PACKET_ID - defines the packet type for V8 33 * SS4_PACKET_ID_IDLE: There's no finger and no button activity. 35 * or there's button activities. 133 #define SS4_TS_Y_V2(_b) -(s8)( \ 141 #define SS4_MFPACKET_NO_AX 8160 /* X-Coordinate value */ 142 #define SS4_MFPACKET_NO_AY 4080 /* Y-Coordinate value */ 143 #define SS4_MFPACKET_NO_AX_BL 8176 /* Buttonless X-Coord value */ [all …]
|
| D | vsxxxaa.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Driver for DEC VSXXX-AA mouse (hockey-puck mouse, ball or two rollers) 4 * DEC VSXXX-GA mouse (rectangular mouse, with ball) 5 * DEC VSXXX-AB tablet (digitizer with hair cross or stylus) 7 * Copyright (C) 2003-2004 by Jan-Benedict Glaw <jbglaw@lug-owl.de> 24 * supply at +5V and -12V. 30 * | 4 --- 3 | 32 * ------- 35 * 1 (GND) 5 7 - 36 * 2 (RxD) 2 3 - [all …]
|
| D | trackpoint.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 40 #define TP_EXT_BTN 0x4B /* Read extended button status */ 64 #define TP_MB 0x4C /* Read Middle Button Status (RO) */ 67 #define TP_REACH 0x57 /* Backup for Z-axis press */ 70 /* with Z-axis pressed) */ 75 #define TP_THRESH 0x5C /* Minimum value for a Z-axis press */ 76 #define TP_UP_THRESH 0x5A /* Used to generate a 'click' on Z-axis */ 88 #define TP_TOGGLE_MB 0x23 /* Disable/Enable Middle Button */
|
| /kernel/linux/linux-5.10/drivers/input/mouse/ |
| D | gpio_mouse.c | 1 // SPDX-License-Identifier: GPL-2.0-only 23 * @bleft: GPIO line for left button. 24 * @bmiddle: GPIO line for middle button. 25 * @bright: GPIO line for right button. 51 if (gpio->bleft) in gpio_mouse_scan() 53 gpiod_get_value(gpio->bleft)); in gpio_mouse_scan() 54 if (gpio->bmiddle) in gpio_mouse_scan() 56 gpiod_get_value(gpio->bmiddle)); in gpio_mouse_scan() 57 if (gpio->bright) in gpio_mouse_scan() 59 gpiod_get_value(gpio->bright)); in gpio_mouse_scan() [all …]
|
| D | alps.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 28 #define DOLPHIN_PROFILE_XOFFSET 8 /* x-electrode offset */ 29 #define DOLPHIN_PROFILE_YOFFSET 1 /* y-electrode offset */ 32 * enum SS4_PACKET_ID - defines the packet type for V8 33 * SS4_PACKET_ID_IDLE: There's no finger and no button activity. 35 * or there's button activities. 133 #define SS4_TS_Y_V2(_b) -(s8)( \ 141 #define SS4_MFPACKET_NO_AX 8160 /* X-Coordinate value */ 142 #define SS4_MFPACKET_NO_AY 4080 /* Y-Coordinate value */ 143 #define SS4_MFPACKET_NO_AX_BL 8176 /* Buttonless X-Coord value */ [all …]
|
| D | vsxxxaa.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Driver for DEC VSXXX-AA mouse (hockey-puck mouse, ball or two rollers) 4 * DEC VSXXX-GA mouse (rectangular mouse, with ball) 5 * DEC VSXXX-AB tablet (digitizer with hair cross or stylus) 7 * Copyright (C) 2003-2004 by Jan-Benedict Glaw <jbglaw@lug-owl.de> 27 * supply at +5V and -12V. 33 * | 4 --- 3 | 35 * ------- 38 * 1 (GND) 5 7 - 39 * 2 (RxD) 2 3 - [all …]
|
| D | trackpoint.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 40 #define TP_EXT_BTN 0x4B /* Read extended button status */ 64 #define TP_MB 0x4C /* Read Middle Button Status (RO) */ 67 #define TP_REACH 0x57 /* Backup for Z-axis press */ 70 /* with Z-axis pressed) */ 75 #define TP_THRESH 0x5C /* Minimum value for a Z-axis press */ 76 #define TP_UP_THRESH 0x5A /* Used to generate a 'click' on Z-axis */ 88 #define TP_TOGGLE_MB 0x23 /* Disable/Enable Middle Button */
|
| /kernel/linux/linux-6.6/Documentation/input/devices/ |
| D | sentelic.rst | 8 :Copyright: |copy| 2002-2011 Sentelic Corporation. 10 :Last update: Dec-07-2011 15 A) MSID 4: Scrolling wheel mode plus Forward page(4th button) and Backward 16 page (5th button) 28 BYTE |---------------|BYTE |---------------|BYTE|---------------|BYTE|---------------| 30 |---------------| |---------------| |---------------| |---------------| 37 Bit2 => Middle Button, 1 is pressed, 0 is not pressed. 38 Bit1 => Right Button, 1 is pressed, 0 is not pressed. 39 Bit0 => Left Button, 1 is pressed, 0 is not pressed. 40 Byte 2: X Movement(9-bit 2's complement integers) [all …]
|
| D | alps.rst | 1 ---------------------- 3 ---------------------- 6 ------------ 10 Since roughly mid-2010 several new ALPS touchpads have been released and 14 adequate. The design choices were to re-define the alps_model_data 29 --------- 32 E8-E6-E6-E6-E9. An ALPS touchpad should respond with either 00-00-0A or 33 00-00-64 if no buttons are pressed. The bits 0-2 of the first byte will be 1s 37 report" sequence: E8-E7-E7-E7-E9. The response is the model signature and is 41 model signature is always 73-02-64. To differentiate between these [all …]
|
| D | appletouch.rst | 3 ---------------------------------- 5 ---------------------------------- 19 Credits go to Johannes Berg for reverse-engineering the touchpad protocol, 25 ----- 33 tap for middle button mouse emulation, 3 finger tap for right button mouse 44 Option "Protocol" "auto-dev" 69 ------------- 72 noise when the temperature changes. This is especially true when you power-on
|
| /kernel/linux/linux-5.10/Documentation/input/devices/ |
| D | sentelic.rst | 8 :Copyright: |copy| 2002-2011 Sentelic Corporation. 10 :Last update: Dec-07-2011 15 A) MSID 4: Scrolling wheel mode plus Forward page(4th button) and Backward 16 page (5th button) 28 BYTE |---------------|BYTE |---------------|BYTE|---------------|BYTE|---------------| 30 |---------------| |---------------| |---------------| |---------------| 37 Bit2 => Middle Button, 1 is pressed, 0 is not pressed. 38 Bit1 => Right Button, 1 is pressed, 0 is not pressed. 39 Bit0 => Left Button, 1 is pressed, 0 is not pressed. 40 Byte 2: X Movement(9-bit 2's complement integers) [all …]
|
| D | alps.rst | 1 ---------------------- 3 ---------------------- 6 ------------ 10 Since roughly mid-2010 several new ALPS touchpads have been released and 14 adequate. The design choices were to re-define the alps_model_data 29 --------- 32 E8-E6-E6-E6-E9. An ALPS touchpad should respond with either 00-00-0A or 33 00-00-64 if no buttons are pressed. The bits 0-2 of the first byte will be 1s 37 report" sequence: E8-E7-E7-E7-E9. The response is the model signature and is 41 model signature is always 73-02-64. To differentiate between these [all …]
|
| D | appletouch.rst | 3 ---------------------------------- 5 ---------------------------------- 19 Credits go to Johannes Berg for reverse-engineering the touchpad protocol, 25 ----- 33 tap for middle button mouse emulation, 3 finger tap for right button mouse 44 Option "Protocol" "auto-dev" 69 ------------- 72 noise when the temperature changes. This is especially true when you power-on
|
| /kernel/linux/linux-5.10/Documentation/input/ |
| D | event-codes.rst | 1 .. _input-event-codes: 36 - Used as markers to separate events. Events may be separated in time or in 41 - Used to describe state changes of keyboards, buttons, or other key-like 46 - Used to describe relative axis value changes, e.g. moving the mouse 5 units 51 - Used to describe absolute axis value changes, e.g. describing the 56 - Used to describe miscellaneous input data that do not fit into other types. 60 - Used to describe binary state input switches. 64 - Used to turn LEDs on devices on and off. 68 - Used to output sound to devices. 72 - Used for autorepeating devices. [all …]
|
| /kernel/linux/linux-6.6/Documentation/input/ |
| D | event-codes.rst | 1 .. _input-event-codes: 36 - Used as markers to separate events. Events may be separated in time or in 41 - Used to describe state changes of keyboards, buttons, or other key-like 46 - Used to describe relative axis value changes, e.g. moving the mouse 5 units 51 - Used to describe absolute axis value changes, e.g. describing the 56 - Used to describe miscellaneous input data that do not fit into other types. 60 - Used to describe binary state input switches. 64 - Used to turn LEDs on devices on and off. 68 - Used to output sound to devices. 72 - Used for autorepeating devices. [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
| D | test_mouse.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 18 # workaround https://gitlab.freedesktop.org/libevdev/python-libevdev/issues/6 40 self.middle = False 48 :param buttons: a (l, r, m) tuple of bools for the button states, 61 self.middle = m 64 middle = self.middle 81 mouse.b3 = int(middle) 94 :param buttons: a (l, r, m) tuple of bools for the button states, 114 0x05, 0x09, # ....Usage Page (Button) 14 [all …]
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-lenovo.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * - ThinkPad USB Keyboard with TrackPoint (tpkbd) 5 * - ThinkPad Compact Bluetooth Keyboard with TrackPoint (cptkbd) 6 * - ThinkPad Compact USB Keyboard with TrackPoint (cptkbd) 12 * - IBM Scrollpoint III 13 * - IBM Scrollpoint Pro 14 * - IBM Scrollpoint Optical 15 * - IBM Scrollpoint Optical 800dpi 16 * - IBM Scrollpoint Optical 800dpi Pro 17 * - Lenovo Scrollpoint Optical [all …]
|
| D | hid-appleir.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 * Ported to recent 2.6 kernel versions by Greg Kroah-Hartman <gregkh@suse.de> 11 * Copyright (C) 2008 Greg Kroah-Hartman <greg@kroah.com> 21 #include "hid-ids.h" 34 * 25 87 ee 83 0c - 45 * 25 87 ee ca 0d - 61 * 25 87 ee 47 0d - 75 * 25 87 ee 91 05 gives you the middle button 84 * 25 87 ee a3 04 gives you the middle button 122 * 0x00 or 0x01 ( ) key: 0 -> KEY_RESERVED in get_key() [all …]
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| D | hid-appleir.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 * Ported to recent 2.6 kernel versions by Greg Kroah-Hartman <gregkh@suse.de> 11 * Copyright (C) 2008 Greg Kroah-Hartman <greg@kroah.com> 21 #include "hid-ids.h" 34 * 25 87 ee 83 0c - 45 * 25 87 ee ca 0d - 61 * 25 87 ee 47 0d - 75 * 25 87 ee 91 05 gives you the middle button 84 * 25 87 ee a3 04 gives you the middle button 122 * 0x00 or 0x01 ( ) key: 0 -> KEY_RESERVED in get_key() [all …]
|
| /kernel/linux/linux-6.6/Documentation/process/ |
| D | email-clients.rst | 7 --- 9 These days most developers use ``git send-email`` instead of regular 19 ------------------- 23 attachments, but then the attachments should have content-type 44 Emailed patches should be in ASCII or UTF-8 encoding only. 45 If you configure your email client to send emails with UTF-8 encoding, 48 Email clients should generate and maintain "References:" or "In-Reply-To:" 51 Copy-and-paste (or cut-and-paste) usually does not work for patches 54 copy-and-paste. 66 ----------------------------- [all …]
|
12345