Searched defs:hid_req_struct (Results 1 – 1 of 1) sorted by last modified time
86 typedef struct hid_req_struct { struct87 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 */