'\" t .\" Title: input_register_handler .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: Input Subsystem .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "INPUT_REGISTER_HANDL" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "Input Subsystem" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" input_register_handler \- register a new input handler .SH "SYNOPSIS" .HP \w'int\ input_register_handler('u .BI "int input_register_handler(struct\ input_handler\ *\ " "handler" ");" .SH "ARGUMENTS" .PP \fIhandler\fR .RS 4 handler to be registered .RE .SH "DESCRIPTION" .PP 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\&. .SH "COPYRIGHT" .br