1. NAME

input_close_device - close input device

2. SYNOPSIS

void input_close_device(struct input_handle *  handle );

3. ARGUMENTS

handle
    handle through which device is being accessed

4. DESCRIPTION

This function should be called by input handlers when they want to stop receive events from given input device.

5. COPYRIGHT