Changeset daf59d1 in mainline for uspace/lib/usbhost/src/hcd.c
- Timestamp:
- 2012-12-21T11:37:14Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0a12879
- Parents:
- 0ef03d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/hcd.c
r0ef03d7 rdaf59d1 55 55 usb_device_manager_init(&hcd->dev_manager, max_speed); 56 56 usb_endpoint_manager_init(&hcd->ep_manager, bandwidth, bw_count); 57 list_initialize(&hcd->devices);58 57 59 58 hcd->private_data = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.