Home
last modified time | relevance | path

Searched defs:hid_req_struct (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/hid/
H A Dhid.h86 typedef struct hid_req_struct { struct
87 uint16_t hid_req_version_no; /* Version number */
88 uint16_t hid_req_wValue; /* wValue field of request */
89 uint16_t hid_req_wLength; /* wLength of request */
90 uchar_t hid_req_data[MAX_REPORT_DATA]; /* data for send case */