Home
last modified time | relevance | path

Searched full:trackpoint (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-lenovo4 Description: This controls if mouse clicks should be generated if the trackpoint is quickly pressed…
9 Applies to Thinkpad USB Keyboard with TrackPoint.
14 Description: If this setting is enabled, it is possible to do dragging by pressing the trackpoint. …
18 Applies to Thinkpad USB Keyboard with TrackPoint.
25 Applies to Thinkpad USB Keyboard with TrackPoint.
30 Description: This setting controls if the mouse click events generated by pressing the trackpoint (…
35 Applies to Thinkpad USB Keyboard with TrackPoint.
40 Description: This file contains the trackpoint sensitivity.
42 Applies to Thinkpad USB Keyboard with TrackPoint.
47 Description: This setting controls how fast the trackpoint needs to be pressed to generate a mouse …
[all …]
H A Dsysfs-devices-platform-trackpoint6 (RW) Trackpoint sensitivity.
14 snap backward when the trackpoint is released.
43 (RW) Speed of the trackpoint cursor.
115 when the trackpoint is in fact being used.
/linux/Documentation/devicetree/bindings/input/
H A Delan,ekth3000.yaml32 elan,trackpoint:
34 description: touchpad can support a trackpoint
/linux/drivers/input/mouse/
H A Delan_i2c_core.c58 struct input_dev *tp_input; /* trackpoint input node */
1059 …"received a trackpoint report while no trackpoint device has been created. Please report upstream.… in elan_report_trackpoint()
1133 input->name = "Elan TrackPoint"; in elan_setup_trackpoint_input_device()
1320 if (device_property_read_bool(&client->dev, "elan,trackpoint")) { in elan_probe()
1353 "failed to register TrackPoint input device: %d\n", in elan_probe()
H A Delantech.c307 * (*) + 3 trackpoint buttons
308 * (**) + 0 trackpoint buttons
522 * This firmware misreport coordinates for trackpoint in elantech_report_trackpoint()
1783 /* The MSB indicates the presence of the trackpoint */ in elantech_query_info()
1790 * This module has a bug which makes trackpoint in SMBus in elantech_query_info()
1791 * mode return invalid data unless trackpoint is switched in elantech_query_info()
1798 "Trackpoint report is broken, forcing standard PS/2 protocol\n"); in elantech_query_info()
1955 i2c_props[idx++] = PROPERTY_ENTRY_BOOL("elan,trackpoint"); in elantech_create_smbus()
2124 tp_dev->name = "ETPS/2 Elantech TrackPoint"; in elantech_setup_ps2()
H A Delantech.h170 struct input_dev *tp_dev; /* Relative device for trackpoint */
/linux/Documentation/input/devices/
H A Dalps.rst100 For protocol version 2 devices when the trackpoint is used, and no fingers
/linux/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst1530 Controls whether TrackPoint doubletap events are filtered out. Doubletap is a
1531 feature where quickly tapping the TrackPoint twice triggers a special function key event.
/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c190 TP_HKEY_EV_DOUBLETAP_TOGGLE = 0x131c, /* Toggle trackpoint doubletap on/off */
261 TP_HKEY_EV_TRACK_DOUBLETAP = 0x8036, /* trackpoint doubletap */
3552 /* Enable TrackPoint doubletap event reporting by default. */ in hotkey_init()