Home
last modified time | relevance | path

Searched refs:touchpad (Results 1 – 25 of 53) sorted by relevance

123

/linux/Documentation/input/devices/
H A Dappletouch.rst9 appletouch is a Linux kernel driver for the USB touchpad found on post
17 to have touchpad acceleration, scrolling, etc.
19 Credits go to Johannes Berg for reverse-engineering the touchpad protocol,
21 information about the inner workings of the touchpad sensors. Michael
27 In order to use the touchpad in the basic mode, compile the driver and load
31 In X11, you can configure the touchpad to use the synaptics X11 driver, which
71 The touchpad sensors are very sensitive to heat, and will generate a lot of
92 .. [#f1] http://johannes.sipsolutions.net/PowerBook/touchpad/
94 .. [#f2] `<http://web.archive.org/web/*/http://web.telia.com/~u89404340/touchpad/index.html>`_
H A Dalps.rst7 Currently the ALPS touchpad driver supports seven protocol versions in use by
17 choice was made. The new touchpad signatures are named: "Rushmore",
32 E8-E6-E6-E6-E9. An ALPS touchpad should respond with either 00-00-0A or
36 If the E6 report is successful, the touchpad model is identified using the "E7
57 To exit command mode, PSMOUSE_CMD_SETSTREAM (EA) is sent to the touchpad.
84 CAPITALS = stick, miniscules = touchpad
101 are on the touchpad, the M R L bits signal the combined status of both the
102 pointingstick and touchpad buttons.
130 the pointingstick and touchpad buttons, except for Dell dualpoint devices
151 touchpad, switching to the interleaved packet format when both the stick and
[all …]
/linux/drivers/hid/
H A Dhid-sony.c487 struct input_dev *touchpad; member
869 input_report_key(sc->touchpad, BTN_LEFT, rd[offset] & 0x0F); in nsg_mrxu_parse_report()
883 input_mt_slot(sc->touchpad, n); in nsg_mrxu_parse_report()
884 input_mt_report_slot_state(sc->touchpad, MT_TOOL_FINGER, active & 0x03); in nsg_mrxu_parse_report()
889 input_report_abs(sc->touchpad, ABS_MT_TOUCH_MAJOR, in nsg_mrxu_parse_report()
891 input_report_abs(sc->touchpad, ABS_MT_TOUCH_MINOR, in nsg_mrxu_parse_report()
893 input_report_abs(sc->touchpad, ABS_MT_ORIENTATION, in nsg_mrxu_parse_report()
895 input_report_abs(sc->touchpad, ABS_MT_POSITION_X, x); in nsg_mrxu_parse_report()
896 input_report_abs(sc->touchpad, ABS_MT_POSITION_Y, in nsg_mrxu_parse_report()
904 input_report_rel(sc->touchpad, REL_X, relx); in nsg_mrxu_parse_report()
[all …]
H A Dhid-playstation.c178 struct input_dev *touchpad; member
405 struct input_dev *touchpad; member
934 struct input_dev *touchpad; in ps_touchpad_create() local
937 touchpad = ps_allocate_input_dev(hdev, "Touchpad"); in ps_touchpad_create()
938 if (IS_ERR(touchpad)) in ps_touchpad_create()
939 return ERR_CAST(touchpad); in ps_touchpad_create()
942 input_set_capability(touchpad, EV_KEY, BTN_LEFT); in ps_touchpad_create()
943 __set_bit(INPUT_PROP_BUTTONPAD, touchpad->propbit); in ps_touchpad_create()
945 input_set_abs_params(touchpad, ABS_MT_POSITION_X, 0, width - 1, 0, 0); in ps_touchpad_create()
946 input_set_abs_params(touchpad, ABS_MT_POSITION_Y, 0, height - 1, 0, 0); in ps_touchpad_create()
[all …]
/linux/drivers/input/mouse/
H A DKconfig31 <http://w1.894.telia.com/~u89404340/touchpad/index.html>
35 to take advantage of the advanced features of the touchpad.
47 Say Y here if you have an ALPS PS/2 touchpad connected to
57 Say Y here if you have a BYD PS/2 touchpad connected to
89 Say Y here if you have a Synaptics RMI4 touchpad connected to
128 Say Y here if you have an Elantech PS/2 touchpad connected
144 Say Y here if you have a Elantech touchpad connected to
154 with Sentelic Finger Sensing Pad touchpad.
172 PS/2 touchpad/tablet device). The manufacturer calls the
173 touchpad an HGPK.
[all …]
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8998-asus-novago-tp370ql.dts17 touchpad@15 {
21 pinctrl-0 = <&touchpad>;
H A Dmsm8998-hp-envy-x2.dts21 pinctrl-0 = <&touchpad>;
H A Dmsm8998-lenovo-miix-630.dts54 pinctrl-0 = <&touchpad>;
H A Dsc7180-acer-aspire1.dts240 reg_tp_3p3: touchpad-regulator {
290 touchpad@2c {
907 hid_touchpad_default: hid-touchpad-default-state {
H A Dx1p42100-lenovo-thinkbook-16.dts854 touchpad@15 {
868 touchpad@2c {
882 touchpad@38 {
909 touchpad@5d {
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-uniwill-laptop26 Allows userspace applications to enable/disable the touchpad toggle functionality
27 of the integrated touchpad by writing "1"/"0" into this file.
29 Reading this file returns the current enable status of the touchpad toggle
H A Dsysfs-platform-ideapad-laptop21 What: /sys/bus/platform/devices/VPC2004:*/touchpad
26 Control touchpad mode.
H A Dsysfs-platform-msi-laptop33 What: /sys/devices/platform/msi-laptop-pf/touchpad
38 Contains either 0 or 1 and indicates if touchpad is turned on.
H A Dsysfs-platform-asus-wmi27 What: /sys/devices/platform/<platform>/touchpad
32 Control the card touchpad. 1 means on, 0 means off.
H A Dsysfs-driver-toshiba_acpi40 What: /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS{1900,620{0,7,8}}:00/touchpad
44 Description: This files controls the status of the touchpad and pointing
/linux/drivers/hid/surface-hid/
H A DKconfig17 integrated touchpad and keyboard.
20 integrated touchpad and keyboard, on 7th generation Microsoft Surface
/linux/Documentation/devicetree/bindings/input/
H A Dmicrochip,qt1050.txt13 - interrupts: The sink for the touchpad's IRQ output,
34 Each touchpad need some time to precharge. The value depends on the mechanical
/linux/Documentation/admin-guide/laptops/
H A Duniwill-laptop.rst28 - the touchpad toggle functionality of the integrated touchpad
/linux/include/linux/input/
H A Dad714x.h56 struct ad714x_touchpad_plat *touchpad; member
/linux/drivers/hid/i2c-hid/
H A DKconfig15 Say Y here if you use a keyboard, a touchpad, a touchscreen, or any
32 Say Y here if you use a keyboard, a touchpad, a touchscreen, or any
/linux/Documentation/wmi/devices/
H A Dlenovo-wmi-gamezone.rst90 …cription("EC support disable touchpad capability")] void IsSupportDisableTP ([out, Description("EC…
91 …dId(25), Implemented, Description("Set touchpad disable/enable")] void SetTPStatus ([in, Descripti…
92 …26), Implemented, Description("Get touchpad disable/enable status")] void GetTPStatus ([out, Descr…
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8192-asurada-spherion-r0.dts84 /* synaptics touchpad */
/linux/drivers/hid/intel-thc-hid/
H A DKconfig12 interfaces with Touch Devices (ex: touchscreen, touchpad etc.). It
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588-coolpi-cm5-genbook.dts242 touchpad: touchpad@2c { label
/linux/drivers/gpu/drm/msm/
H A DNOTES6 + MDP4 - S3 (APQ8060, touchpad), S4-pro (APQ8064, nexus4 & ifc6410)

123