Changeset a1313b8c in mainline for uspace/drv/uhci-hcd/hc.c


Ignore:
Timestamp:
2011-04-02T14:41:12Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1273b86c
Parents:
4ab89e5
Message:

Implement hc bandwidth reservation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/hc.c

    r4ab89e5 ra1313b8c  
    239239        usb_log_debug("Initialized device manager.\n");
    240240
     241        ret = bandwidth_init(&instance->bandwidth, BANDWIDTH_AVAILABLE_USB11,
     242            bandwidth_count_usb11);
     243        assert(ret == true);
     244
    241245        return EOK;
    242246#undef CHECK_RET_DEST_CMDS_RETURN
Note: See TracChangeset for help on using the changeset viewer.