input_set_capability

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

input_set_capability - mark device as capable of a certain event

SYNOPSIS

void input_set_capability(struct input_dev * dev, unsigned int type, unsigned int code);

ARGUMENTS

dev

device that is capable of emitting or accepting event

type

type of the event (EV_KEY, EV_REL, etc...)

code

event code

DESCRIPTION

In addition to setting up corresponding bit in appropriate capability bitmap the function also adjusts dev->evbit.