Changeset eeca8a6 in mainline for uspace/lib/usbhost/src/usb2_bus.c
- Timestamp:
- 2018-01-16T19:22:58Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4603b35
- Parents:
- 47e9494
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/usb2_bus.c
r47e9494 reeca8a6 190 190 usb2_bus_t *bus = bus_to_usb2_bus(dev->bus); 191 191 192 /* The speed of the new device was reported by the hub when reserving193 * default address.194 */195 dev->speed = bus->base.default_address_speed;196 192 usb_log_debug("Found new %s speed USB device.", usb_str_speed(dev->speed)); 197 193
Note:
See TracChangeset
for help on using the changeset viewer.