Changeset b7db009 in mainline for uspace/drv/bus/usb/xhci/transfers.c


Ignore:
Timestamp:
2017-10-15T21:35:13Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3afcf68
Parents:
9b2f69e
Message:

xhci: fix crashing QEMU

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/transfers.c

    r9b2f69e rb7db009  
    306306int xhci_schedule_interrupt_transfer(xhci_hc_t* hc, usb_transfer_batch_t* batch)
    307307{
    308         /* FIXME: Removing the next 2 rows causes QEMU to crash lol */
    309         usb_log_warning("Interrupt transfers not yet implemented!");
    310         return ENOTSUP;
    311 
    312308        if (batch->setup_size) {
    313309                usb_log_warning("Setup packet present for a interrupt transfer.");
Note: See TracChangeset for help on using the changeset viewer.