Changeset 831aa466 in mainline for uspace/lib/usbhost/src/usb2_bus.c
- Timestamp:
- 2018-06-26T23:16:12Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2fc9bfd
- Parents:
- 70fae4e
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-26 23:06:11)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-26 23:16:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/usb2_bus.c
r70fae4e r831aa466 142 142 usb_log_debug("Device(%d): Setting USB address.", address); 143 143 err = bus_device_send_batch_sync(dev, usb2_default_target, USB_DIRECTION_OUT, 144 NULL, 0, *(uint64_t *)&set_address, "set address", NULL);144 NULL, 0, set_address.raw, "set address", NULL); 145 145 if (err) { 146 146 usb_log_error("Device(%d): Failed to set new address: %s.",
Note:
See TracChangeset
for help on using the changeset viewer.