Changeset 9848c77 in mainline for uspace/lib/usbhost/src/ddf_helpers.c
- Timestamp:
- 2018-01-11T04:14:40Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 17783bf
- Parents:
- 0892663a
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-11 04:10:46)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-11 04:14:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/ddf_helpers.c
r0892663a r9848c77 354 354 assert(victim->hub == hub); 355 355 356 bus_device_ remove(victim);356 bus_device_gone(victim); 357 357 return EOK; 358 358 }
Note:
See TracChangeset
for help on using the changeset viewer.