Changeset 7b715892 in mainline for uspace/drv/uhci-hcd/iface.c
- Timestamp:
- 2011-04-09T16:00:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5410c04
- Parents:
- 8efafda (diff), 8e8b84f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/iface.c
r8efafda r7b715892 206 206 const usb_speed_t speed = 207 207 usb_device_keeper_get_speed(&hc->manager, address); 208 const size_t size = 209 (transfer_type == USB_TRANSFER_INTERRUPT 210 || transfer_type == USB_TRANSFER_ISOCHRONOUS) ? 211 max_packet_size : 0; 208 const size_t size = max_packet_size; 212 209 int ret; 213 210
Note:
See TracChangeset
for help on using the changeset viewer.