Changes in uspace/lib/usbhost/src/usb2_bus.c [831aa466:904b1bc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/usb2_bus.c
r831aa466 r904b1bc 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, set_address.raw, "set address", NULL);144 NULL, 0, *(uint64_t *)&set_address, "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.