1INPUT_CLOSE_DEVICE(9) Input Subsystem INPUT_CLOSE_DEVICE(9)
23
4
NAME
6input_close_device - close input device
7
SYNOPSIS
9void input_close_device(struct input_handle * handle);
10
ARGUMENTS
12handle
13handle through which device is being accessed
14
DESCRIPTION
16This function should be called by input handlers when they want to stop
17receive events from given input device.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. November 2011 INPUT_CLOSE_DEVICE(9)