Changeset 3848fec in mainline for uspace/drv/bus/usb/uhci/hc.c


Ignore:
Timestamp:
2013-01-06T02:47:45Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
74271e0
Parents:
c95c00e
Message:

uhci: Switch to new emulated root hub.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/hc.c

    rc95c00e r3848fec  
    409409        assert(batch);
    410410
    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);
    413413
    414414        uhci_transfer_batch_t *uhci_batch = uhci_transfer_batch_get(batch);
Note: See TracChangeset for help on using the changeset viewer.