Home
last modified time | relevance | path

Searched +full:trackpad +full:- +full:3 +full:x3 (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/devicetree/bindings/input/
H A Diqs626a.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features
14 additional Hall-effect and inductive sensing capabilities.
19 - $ref: touchscreen/touchscreen.yaml#
31 "#address-cells":
34 "#size-cells":
37 azoteq,suspend-mode:
[all …]
/linux/drivers/input/misc/
H A Diqs626a.c1 // SPDX-License-Identifier: GPL-2.0+
8 * inductive keys as well as Hall-effect switches, and one for a trackpad that
45 #define IQS626_SYS_SETTINGS_PWR_MODE_MAX 3
58 #define IQS626_MISC_A_ATI_LP_ONLY BIT(3)
63 #define IQS626_EVENT_MASK_GESTURE BIT(3)
76 #define IQS626_MISC_B_RESEED_UI_SEL_MAX 3
79 #define IQS626_MISC_B_TPx_SWIPE BIT(3)
90 #define IQS626_CHx_ENG_0_DUAL_DIR BIT(3)
93 #define IQS626_CHx_ENG_0_ATI_MODE_MAX 3
99 #define IQS626_CHx_ENG_1_PROJ_BIAS_MAX 3
[all …]
/linux/drivers/macintosh/
H A Dadbhid.c1 // SPDX-License-Identifier: GPL-2.0
19 * - Standard 1 button mouse
20 * - All standard Apple Extended protocol (handler ID 4)
21 * - mouseman and trackman mice & trackballs
22 * - PowerBook Trackpad (default setup: enable tapping)
23 * - MicroSpeed mouse & trackball (needs testing)
24 * - CH Products Trackball Pro (needs testing)
25 * - Contour Design (Contour Mouse)
26 * - Hunter digital (NoHandsMouse)
27 * - Kensignton TurboMouse 5 (needs testing)
[all …]
/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/gpio-keys.h>
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/leds/common.h>
12 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
13 #include <dt-bindings/sound/sc7180-lpass.h>
16 #include "sc7180-firmware-tfa.dtsi"
22 thermal-zones {
23 charger_thermal: charger-thermal {
[all …]
/linux/drivers/input/mouse/
H A Dappletouch.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Apple USB Touchpad (for post-February 2005 PowerBooks and MacBooks) driver
5 * Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com)
6 * Copyright (C) 2005-2008 Johannes Berg (johannes@sipsolutions.net)
7 * Copyright (C) 2005-2008 Stelian Pop (stelian@popies.net)
8 * Copyright (C) 2005 Frank Arnold (frank@scirocco-5v-turbo.de)
10 * Copyright (C) 2005 Michael Hanselmann (linux-kernel@hansmi.ch)
12 * Copyright (C) 2007-2008 Sven Anders (anders@anduras.de)
26 * 0 <= x <= (xsensors - 1) * xfact
27 * 0 <= y <= (ysensors - 1) * yfact
[all …]
/linux/drivers/input/serio/
H A Di8042-acpipnpio.h1 /* SPDX-License-Identifier: GPL-2.0-only */
74 #define SERIO_QUIRK_FORCEMUX BIT(3)
152 /* ASUS P65UP5 - AUX LOOP command does not raise AUX IRQ */
155 DMI_MATCH(DMI_BOARD_NAME, "P/I-P65UP5"),
204 * Touchpad stops working in mux mode when dis- + re-enabled
232 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire A114-31"),
239 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire A314-31"),
246 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire A315-31"),
253 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire ES1-132"),
260 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire ES1-332"),
[all …]