Changeset 5e07cbc0 in mainline for uspace/drv/bus/usb/ohci


Ignore:
Timestamp:
2011-10-31T13:39:22Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0cd8089
Parents:
27ed734c
Message:

libusbhost: usb_device_manager: Add speed limit.

File:
1 edited

Legend:

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

    r27ed734c r5e07cbc0  
    193193        list_initialize(&instance->pending_batches);
    194194
    195         hcd_init(&instance->generic, BANDWIDTH_AVAILABLE_USB11,
    196             bandwidth_count_usb11);
     195        hcd_init(&instance->generic, USB_SPEED_FULL,
     196            BANDWIDTH_AVAILABLE_USB11, bandwidth_count_usb11);
    197197        instance->generic.private_data = instance;
    198198        instance->generic.schedule = hc_schedule;
Note: See TracChangeset for help on using the changeset viewer.