1. NAME▲
input_mt_report_finger_count - report contact count
2. SYNOPSIS ▲
void input_mt_report_finger_count(struct input_dev * dev , int count );
3. ARGUMENTS ▲
dev
input device with allocated MT slots
count
the number of contacts
4. DESCRIPTION ▲
Reports the contact count via BTN_TOOL_FINGER, BTN_TOOL_DOUBLETAP, BTN_TOOL_TRIPLETAP and BTN_TOOL_QUADTAP.
The input core ensures only the KEY events already setup for this device will produce output.
5. COPYRIGHT ▲