Changeset 5ef16903 in mainline for uspace/drv/bus/usb/ohci/ohci_batch.c
- Timestamp:
- 2018-03-10T21:56:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 338d54a7
- Parents:
- 53ad43c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci_batch.c
r53ad43c r5ef16903 321 321 ohci_batch->tds[td_current]->be); 322 322 usb_log_debug2( 323 "Batch %p %s %s " USB_TRANSFER_BATCH_FMT " initialized.", \323 "Batch %p %s %s " USB_TRANSFER_BATCH_FMT " initialized.", 324 324 &ohci_batch->base, 325 325 usb_str_transfer_type(ohci_batch->base.ep->transfer_type), … … 366 366 } 367 367 usb_log_debug2( 368 "Batch %p %s %s " USB_TRANSFER_BATCH_FMT " initialized.", \368 "Batch %p %s %s " USB_TRANSFER_BATCH_FMT " initialized.", 369 369 &ohci_batch->base, 370 370 usb_str_transfer_type(ohci_batch->base.ep->transfer_type),
Note:
See TracChangeset
for help on using the changeset viewer.