Changes in uspace/lib/usb/src/hiddescriptor.c [3a6e423:68b614e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/hiddescriptor.c
r3a6e423 r68b614e 155 155 } 156 156 else { 157 158 157 /* Fill the correct Usage and Usage Page */ 159 158 int32_t usage; … … 463 462 464 463 case USB_HID_REPORT_TAG_COLLECTION: 465 466 464 // store collection atributes 467 465 path_item = list_get_instance(usage_path->head.prev, usb_hid_report_usage_path_t, link);
Note:
See TracChangeset
for help on using the changeset viewer.