Searched refs:UHID_OPEN (Results 1 – 4 of 4) sorted by relevance
51 UHID_OPEN event, the internally attached HID Device Driver has no user attached.52 That is, you might put your device asleep unless you receive the UHID_OPEN53 event. If you receive the UHID_OPEN event, you should start I/O. If the last55 followed by a UHID_OPEN event again and so on. There is no need to perform57 UHID_OPEN events without a UHID_CLOSE event. The HID subsystem performs59 You may decide to ignore UHID_OPEN/UHID_CLOSE, though. I/O is allowed even154 UHID_OPEN:163 the counterpart of UHID_OPEN and you may as well ignore this event.169 This may be received even though you haven't received UHID_OPEN yet.
32 UHID_OPEN, enumerator
251 case UHID_OPEN: in event()
164 return uhid_queue_event(uhid, UHID_OPEN); in uhid_hid_open()