input_unregister_handle

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

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.