Changeset eeca8a6 in mainline for uspace/lib/usbhost/src/usb2_bus.c


Ignore:
Timestamp:
2018-01-16T19:22:58Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4603b35
Parents:
47e9494
Message:

usb: speed moved from default address reservation to enumeration callback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/src/usb2_bus.c

    r47e9494 reeca8a6  
    190190        usb2_bus_t *bus = bus_to_usb2_bus(dev->bus);
    191191
    192         /* The speed of the new device was reported by the hub when reserving
    193          * default address.
    194          */
    195         dev->speed = bus->base.default_address_speed;
    196192        usb_log_debug("Found new %s speed USB device.", usb_str_speed(dev->speed));
    197193
Note: See TracChangeset for help on using the changeset viewer.