'\" t .\" Title: input_register_handle .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Input Subsystem .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "INPUT_REGISTER_HANDL" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "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_handle \- register a new input handle .SH "SYNOPSIS" .HP \w'int\ input_register_handle('u .BI "int input_register_handle(struct\ input_handle\ *\ " "handle" ");" .SH "ARGUMENTS" .PP \fIhandle\fR .RS 4 handle to register .RE .SH "DESCRIPTION" .PP This function puts a new input handle onto device\*(Aqs and handler\*(Aqs lists so that events can flow through it once it is opened using \fBinput_open_device\fR\&. .PP This function is supposed to be called from handler\*(Aqs \fBconnect\fR method\&. .SH "COPYRIGHT" .br