1. NAME▲

input_register_handle - register a new input handle

2. SYNOPSIS ▲

int input_register_handle(struct input_handle *  handle );

3. ARGUMENTS ▲

handle
    handle to register

4. DESCRIPTION ▲

This function puts a new input handle onto deviceAqs and handlerAqs lists so that events can flow through it once it is opened using input_open_device.

This function is supposed to be called from handlerAqs connect method.

5. COPYRIGHT ▲