Searched refs:press_to_select (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-hid-lenovo | 1 …num>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/press_to_select 12 …is possible to do dragging by pressing the trackpoint. This requires press_to_select to be enabled. 26 …s if the mouse click events generated by pressing the trackpoint (if press_to_select is enabled) g… 41 …ow fast the trackpoint needs to be pressed to generate a mouse click if press_to_select is enabled.
|
/linux-4.4.14/drivers/input/mouse/ |
D | trackpoint.c | 232 TRACKPOINT_BIT_ATTR(press_to_select, TP_TOGGLE_PTSON, TP_MASK_PTSON, 0, 320 TRACKPOINT_UPDATE(in_power_on_state, psmouse, tp, press_to_select); in trackpoint_sync() 342 TRACKPOINT_SET_POWER_ON_DEFAULT(tp, press_to_select); in trackpoint_defaults()
|
D | trackpoint.h | 147 unsigned char press_to_select; member
|
/linux-4.4.14/drivers/hid/ |
D | hid-lenovo.c | 31 int press_to_select; member 374 report->field[0]->value[0] = data_pointer->press_to_select ? 0x01 : 0x02; in lenovo_features_set_tpkbd() 393 return snprintf(buf, PAGE_SIZE, "%u\n", data_pointer->press_to_select); in attr_press_to_select_show_tpkbd() 410 data_pointer->press_to_select = value; in attr_press_to_select_store_tpkbd() 565 __ATTR(press_to_select, S_IWUSR | S_IRUGO,
|