Allocate memory for new input device
struct input_dev * input_allocate_device(void);
void
no arguments
Returns prepared struct input_dev or NULL.
Use input_free_device to free devices that have not been registered; input_unregister_device should be used for already registered devices.