Searched refs:BTN_TOOL_TRIPLETAP (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/mouse/
H A Dappletouch.c273 input_report_key(input, BTN_TOOL_TRIPLETAP, fingers > 2);
629 set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit);
H A Dsynaptics.c449 input_report_key(dev, BTN_TOOL_TRIPLETAP, num_fingers == 3);
547 set_bit(BTN_TOOL_TRIPLETAP, dev->keybit);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/
H A Dhid-debug.c650 [BTN_TOOL_TRIPLETAP] = "ToolTripleTap", [BTN_GEAR_DOWN] = "WheelBtn",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinput.h432 #define BTN_TOOL_TRIPLETAP 0x14e macro

Completed in 70 milliseconds