Changeset 47e00b83 in mainline for uspace/lib/usbhid/src/hiddescriptor.c
- Timestamp:
- 2018-05-15T08:32:36Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8800b13, fac0ac7
- Parents:
- 3a26925
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-14 17:31:01)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-15 08:32:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/src/hiddescriptor.c
r3a26925 r47e00b83 203 203 if (USB_HID_ITEM_FLAG_VARIABLE(report_item->item_flags) == 0) { 204 204 /* 205 Store usage array. The Correct Usage Page and Usage is206 depending on data in report and will be filled later207 */205 * Store usage array. The Correct Usage Page and Usage is 206 * depending on data in report and will be filled later 207 */ 208 208 field->usage = 0; 209 209 field->usage_page = 0; //report_item->usage_page;
Note:
See TracChangeset
for help on using the changeset viewer.