BTN_TOOL_TRIPLETAP
[BTN_TOOL_TRIPLETAP] = "ToolTripleTap", [BTN_TOOL_QUADTAP] = "ToolQuadrupleTap",
__set_bit(BTN_TOOL_TRIPLETAP, input->keybit);
input_event(dev, EV_KEY, BTN_TOOL_TRIPLETAP, count == 3);
__set_bit(BTN_TOOL_TRIPLETAP, dev->keybit);
set_bit(BTN_TOOL_TRIPLETAP, dev1->keybit);
input_report_key(input, BTN_TOOL_TRIPLETAP, fingers > 2);
set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit);
__set_bit(BTN_TOOL_TRIPLETAP, input->keybit);
__set_bit(BTN_TOOL_TRIPLETAP, dev->keybit);
input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3);
input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3);
input_report_key(dev, BTN_TOOL_TRIPLETAP, fingers == 3);
input_report_key(dev, BTN_TOOL_TRIPLETAP, num_fingers == 3);
input_set_capability(dev, EV_KEY, BTN_TOOL_TRIPLETAP);
input_report_key(input_dev, BTN_TOOL_TRIPLETAP, num_fingers == 3);
__set_bit(BTN_TOOL_TRIPLETAP, input_dev->keybit);