ABS_MT_TOOL_Y
[ABS_MT_TOOL_Y] = "MTToolY",
case ABS_MT_TOOL_Y:
input_event(input, EV_ABS, ABS_MT_TOOL_Y, cy);
code = ABS_MT_TOOL_Y;
input_report_abs(input, ABS_MT_TOOL_Y, ctr_y);
input_set_abs_params(input_dev, ABS_MT_TOOL_Y,
#define ABS_MT_LAST ABS_MT_TOOL_Y