Changeset 4453a12a in mainline
- Timestamp:
- 2020-03-22T14:10:54Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f019125a
- Parents:
- 44dde42
- git-author:
- Manuele Conti <manuele.conti@…> (2020-03-20 15:17:29)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2020-03-22 14:10:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/src/hiddescriptor.c
r44dde42 r4453a12a 366 366 /* usage path context initialization */ 367 367 if (!(usage_path = usb_hid_report_path())) { 368 free(report_item); 368 369 return ENOMEM; 369 370 }
Note:
See TracChangeset
for help on using the changeset viewer.