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


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/uhci/hc.c

    r27ed734c r5e07cbc0  
    199199#undef CHECK_RET_RETURN
    200200
    201         hcd_init(&instance->generic, BANDWIDTH_AVAILABLE_USB11,
    202             bandwidth_count_usb11);
     201        hcd_init(&instance->generic, USB_SPEED_FULL,
     202            BANDWIDTH_AVAILABLE_USB11, bandwidth_count_usb11);
    203203
    204204        instance->generic.private_data = instance;
Note: See TracChangeset for help on using the changeset viewer.