1INPUT_OPEN_DEVICE(9) Input Subsystem INPUT_OPEN_DEVICE(9)
23
4
NAME
6input_open_device - open input device
7
SYNOPSIS
9int input_open_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
17start receive events from given input device.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 INPUT_OPEN_DEVICE(9)