table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
INPUT_SET_CAPABILITY(9) | Input Subsystem | INPUT_SET_CAPABILITY(9) |
NAME¶
input_set_capability - mark device as capable of a certain eventSYNOPSIS¶
void
input_set_capability(struct input_dev * dev,
unsigned int type,
unsigned int code);
ARGUMENTS¶
devdevice 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.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |