1. NAME

input_unregister_handle - unregister an input handle

2. SYNOPSIS

void input_unregister_handle(struct input_handle *  handle );

3. ARGUMENTS

handle
    handle to unregister

4. DESCRIPTION

This function removes input handle from deviceAqs and handlerAqs lists.

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

5. COPYRIGHT