input_register_polled_device(9) suse man page | unix.com

Man Page: input_register_polled_device

Operating Environment: suse

Section: 9

INPUT_REGISTER_POLLE(9) 					  Input Subsystem					   INPUT_REGISTER_POLLE(9)

NAME
input_register_polled_device - register polled device
SYNOPSIS
int input_register_polled_device(struct input_polled_dev * dev);
ARGUMENTS
dev device to register
DESCRIPTION
The function registers previously initialized polled input device with input layer. The device should be allocated with call to input_allocate_polled_device. Callers should also set up poll method and set up capabilities (id, name, phys, bits) of the corresponing input_dev structure.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 INPUT_REGISTER_POLLE(9)
Related Man Pages
device_create_with_groups(9) - centos
struct_input_dev(9) - centos
device_create(9) - suse
struct_input_handler(9) - suse
struct_input_polled_dev(9) - suse
Similar Topics in the Unix Linux Community
Getting command output to putty window title.
Migrating to UNIX
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!
Docker learning Phase-I