INPUT_REGISTER_HANDL(9) Input Subsystem INPUT_REGISTER_HANDL(9)NAMEinput_register_handler - register a new input handlerSYNOPSISint input_register_handler(struct input_handler * handler);ARGUMENTShandler handler to be registeredDESCRIPTIONThis 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 INPUT_REGISTER_HANDL(9)