Query: input_set_capability
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INPUT_SET_CAPABILITY(9) Input Subsystem INPUT_SET_CAPABILITY(9)NAMEinput_set_capability - mark device as capable of a certain eventSYNOPSISvoid input_set_capability(struct input_dev * dev, unsigned int type, unsigned int code);ARGUMENTSdev device that is capable of emitting or accepting event type type of the event (EV_KEY, EV_REL, etc...) code event codeDESCRIPTIONIn addition to setting up corresponding bit in appropriate capability bitmap the function also adjusts dev->evbit.COPYRIGHTKernel Hackers Manual 2.6. July 2010 INPUT_SET_CAPABILITY(9)