INPUT_UNREGISTER_HAN

Section: Input Subsystem (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

input_unregister_handle - unregister an input handle  

SYNOPSIS

void input_unregister_handle(struct input_handle * handle);
 

ARGUMENTS

handle

handle to unregister
 

DESCRIPTION

This function removes input handle from device's and handler's lists.

This function is supposed to be called from handler's disconnect method.  

COPYRIGHT