#ifndef __EPOLL_H #define __EPOLL_H extern void set_epoll_descriptor(int fd_epoll, int action, int fd_toadd, int events); extern int set_epoll_descriptor2(int fd_epoll, int action, int fd_toadd, int events); #endif /* __EPOLL_H */ tanz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/net/dns_resolver/Makefile
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2016-11-25 14:27:21 +0100
committerJiri Kosina <jkosina@suse.cz>2016-11-28 14:39:47 +0100
commit72d19459d7919f966594576bb042d15a451f27ea (patch)
tree57f4aacfa8709eb1f37dff82d51f49d82aae3363 /net/dns_resolver/Makefile
parent5cc5084dd9afa2f9bf953b0217bdb1b7c2158be1 (diff)
HID: input: rework HID_QUIRK_MULTI_INPUT
The purpose of HID_QUIRK_MULTI_INPUT is to have an input device per report id. This is useful when the HID device presents several HID collections of different device types. The current implementation of hid-input creates one input node per id per type (input or output). This is problematic for the LEDs of a keyboard as they are often set through an output report. The current code creates one input node with all the keyboard keys, and one other with only the LEDs. To solve this, we use a two-passes way: - first, we initialize all input nodes and associate one per report id - then, we register all the input nodes Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net/dns_resolver/Makefile')