1. NAME

input_register_handler - register a new input handler

2. SYNOPSIS

int input_register_handler(struct input_handler *  handler );

3. ARGUMENTS

handler
    handler to be registered

4. DESCRIPTION

This function registers a new input handler (interface) for input devices in the system and attaches it to all input devices that are compatible with the handler.

5. COPYRIGHT