Changeset 33b8d024 in mainline for uspace/lib/usbdev/src/recognise.c
- Timestamp:
- 2018-01-16T20:38:46Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2467b41
- Parents:
- d39c46e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbdev/src/recognise.c
rd39c46e0 r33b8d024 61 61 */ 62 62 static errno_t usb_add_match_id(match_id_list_t *matches, int score, 63 c onst char *match_str)63 char *match_str) 64 64 { 65 65 assert(matches);
Note:
See TracChangeset
for help on using the changeset viewer.