Changeset 58563585 in mainline for uspace/lib/usbvirt/src/ctrltransfer.c
- Timestamp:
- 2016-08-31T11:15:39Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10cb47e
- Parents:
- 7a67416
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbvirt/src/ctrltransfer.c
r7a67416 r58563585 60 60 return EFORWARD; 61 61 } 62 62 63 const usbvirt_control_request_handler_t *handler = control_handlers; 63 64 for (;handler->callback != NULL; ++handler) {
Note:
See TracChangeset
for help on using the changeset viewer.