Changeset 3848fec in mainline for uspace/drv/bus/usb/uhci/hc.c
- Timestamp:
- 2013-01-06T02:47:45Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 74271e0
- Parents:
- c95c00e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.c
rc95c00e r3848fec 409 409 assert(batch); 410 410 411 //if (batch->ep->address == uhci_rh_get_address(&instance->rh))412 //return uhci_rh_schedule(&instance->rh, batch);411 if (batch->ep->address == uhci_rh_get_address(&instance->rh)) 412 return uhci_rh_schedule(&instance->rh, batch); 413 413 414 414 uhci_transfer_batch_t *uhci_batch = uhci_transfer_batch_get(batch);
Note:
See TracChangeset
for help on using the changeset viewer.