input_alloc_absinfo(9) allocates array of input_absinfo structs

SYNOPSIS

void input_alloc_absinfo(struct input_dev * dev);

ARGUMENTS

dev

the input device emitting absolute events

DESCRIPTION

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

COPYRIGHT