1. NAME

input_allocate_polled_device - allocate memory for polled device

2. SYNOPSIS

struct input_polled_dev * input_allocate_polled_device( void );

3. ARGUMENTS

void
    no arguments

4. DESCRIPTION

The function allocates memory for a polled device and also for an input device associated with this polled device.

5. COPYRIGHT