Man Page: input_register_polled_device
Operating Environment: suse
Section: 9
INPUT_REGISTER_POLLE(9) Input Subsystem INPUT_REGISTER_POLLE(9)NAMEinput_register_polled_device - register polled deviceSYNOPSISint input_register_polled_device(struct input_polled_dev * dev);ARGUMENTSdev device to registerDESCRIPTIONThe 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 INPUT_REGISTER_POLLE(9)