Query: input_allocate_device
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INPUT_ALLOCATE_DEVIC(9) Input Subsystem INPUT_ALLOCATE_DEVIC(9)NAMEinput_allocate_device - allocate memory for new input deviceSYNOPSISstruct input_dev * input_allocate_device(void);ARGUMENTSvoid no argumentsDESCRIPTIONReturns prepared struct input_dev or NULL.NOTEUse input_free_device to free devices that have not been registered; input_unregister_device should be used for already registered devices.COPYRIGHTKernel Hackers Manual 2.6. July 2010 INPUT_ALLOCATE_DEVIC(9)