Changeset fc0271a5 in mainline for uspace/drv/bus/usb/uhci/uhci_batch.c
- Timestamp:
- 2017-10-12T16:06:37Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f9d787c
- Parents:
- d0db4a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/uhci_batch.c
rd0db4a0 rfc0271a5 228 228 uhci_batch->usb_batch->ep->speed == USB_SPEED_LOW; 229 229 const size_t mps = uhci_batch->usb_batch->ep->max_packet_size; 230 const usb_target_t target = {{ 231 uhci_batch->usb_batch->ep->address, 232 uhci_batch->usb_batch->ep->endpoint }}; 230 const usb_target_t target = uhci_batch->usb_batch->ep->target; 233 231 234 232 int toggle = endpoint_toggle_get(uhci_batch->usb_batch->ep); … … 293 291 uhci_batch->usb_batch->ep->speed == USB_SPEED_LOW; 294 292 const size_t mps = uhci_batch->usb_batch->ep->max_packet_size; 295 const usb_target_t target = {{ 296 uhci_batch->usb_batch->ep->address, 297 uhci_batch->usb_batch->ep->endpoint }}; 293 const usb_target_t target = uhci_batch->usb_batch->ep->target; 298 294 299 295 /* setup stage */
Note:
See TracChangeset
for help on using the changeset viewer.