1. NAME

input_open_device - open input device

2. SYNOPSIS

int input_open_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 start receive events from given input device.

5. COPYRIGHT