Changeset 44063d17 in mainline


Ignore:
Timestamp:
2017-10-05T14:04:20Z (7 years ago)
Author:
Jaroslav Jindrak <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9876e34
Parents:
a4c066e
Message:

TRB ring for EP 0 is now stored in the virtual dcbaa.

File:
1 edited

Legend:

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

    ra4c066e r44063d17  
    141141        memset(&hc->dcbaa_virt[slot_id], 0, sizeof(xhci_virt_device_ctx_t));
    142142        hc->dcbaa_virt[slot_id].dev_ctx = dctx;
     143        hc->dcbaa_virt[slot_id].trs[0] = ep_ring;
    143144
    144145        xhci_cmd_init(&cmd);
Note: See TracChangeset for help on using the changeset viewer.