Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/hid/
Duhid.rst48 The first thing you should do is sending an UHID_CREATE2 event. This will
75 unregister the device. You can now send UHID_CREATE2 again to register a new
90 UHID_CREATE2:
99 You can create a new device by sending UHID_CREATE2 again. There is no need to
103 You must send UHID_CREATE2 before sending input to the kernel! This event
126 UHID_CREATE2. This is always the first event that is sent. Note that this
127 event might not be available immediately after write(UHID_CREATE2) returns.
/Linux-v5.4/include/uapi/linux/
Duhid.h39 UHID_CREATE2, enumerator
/Linux-v5.4/drivers/hid/
Duhid.c737 case UHID_CREATE2: in uhid_char_write()