Changes in uspace/lib/usb/src/hiddescriptor.c [68b614e:3a6e423] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/src/hiddescriptor.c
r68b614e r3a6e423 155 155 } 156 156 else { 157 157 158 /* Fill the correct Usage and Usage Page */ 158 159 int32_t usage; … … 462 463 463 464 case USB_HID_REPORT_TAG_COLLECTION: 465 464 466 // store collection atributes 465 467 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.