Home
last modified time | relevance | path

Searched refs:press_to_select (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-lenovo1 …num>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/press_to_select
14 …is possible to do dragging by pressing the trackpoint. This requires press_to_select to be enabled.
30 …s if the mouse click events generated by pressing the trackpoint (if press_to_select is enabled) g…
47 …ow fast the trackpoint needs to be pressed to generate a mouse click if press_to_select is enabled.
H A Dsysfs-devices-platform-trackpoint93 What: /sys/devices/platform/i8042/.../press_to_select
/linux/drivers/hid/
H A Dhid-lenovo.c56 int press_to_select; member
898 report->field[0]->value[0] = data_pointer->press_to_select ? 0x01 : 0x02; in lenovo_features_set_tpkbd()
917 return sysfs_emit(buf, "%u\n", data_pointer->press_to_select); in attr_press_to_select_show_tpkbd()
934 data_pointer->press_to_select = value; in attr_press_to_select_store_tpkbd()
1087 __ATTR(press_to_select, S_IWUSR | S_IRUGO,