1. NAME

input_alloc_absinfo - allocates array of input_absinfo structs

2. SYNOPSIS

void input_alloc_absinfo(struct input_dev *  dev );

3. ARGUMENTS

dev
    the input device emitting absolute events

4. DESCRIPTION

If the absinfo struct the caller asked for is already allocated, this functions will not do anything.

5. COPYRIGHT