1. NAME

input_mt_sync_frame - synchronize mt frame

2. SYNOPSIS

void input_mt_sync_frame(struct input_dev *  dev );

3. ARGUMENTS

dev
    input device with allocated MT slots

4. DESCRIPTION

Close the frame and prepare the internal state for a new one. Depending on the flags, marks unused slots as inactive and performs pointer emulation.

5. COPYRIGHT