1. NAME

input_allocate_device - allocate memory for new input device

2. SYNOPSIS

struct input_dev * input_allocate_device( void );

3. ARGUMENTS

void
    no arguments

4. DESCRIPTION

Returns prepared struct input_dev or NULL.

5. NOTE

Use input_free_device to free devices that have not been registered; input_unregister_device should be used for already registered devices.

6. COPYRIGHT