Home
last modified time | relevance | path

Searched refs:UHID_CREATE2 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/Documentation/hid/
Duhid.txt47 The first thing you should do is sending an UHID_CREATE2 event. This will
74 unregister the device. You can now send UHID_CREATE2 again to register a new
89 UHID_CREATE2:
98 You can create a new device by sending UHID_CREATE2 again. There is no need to
102 You must send UHID_CREATE2 before sending input to the kernel! This event
125 UHID_CREATE2. This is always the first event that is sent. Note that this
126 event might not be available immediately after write(UHID_CREATE2) returns.
/Linux-v4.19/include/uapi/linux/
Duhid.h39 UHID_CREATE2, enumerator
/Linux-v4.19/drivers/hid/
Duhid.c727 case UHID_CREATE2: in uhid_char_write()