Changeset f567bcf in mainline for uspace/drv/ohci/iface.c
- Timestamp:
- 2011-04-06T22:02:17Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4ca18ae
- Parents:
- 8dc762e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/iface.c
r8dc762e0 rf567bcf 164 164 // TODO use real endpoint here! 165 165 return usb_endpoint_manager_register_ep(&hc->ep_manager, 166 address, endpoint, direction, NULL, NULL,0);166 address, endpoint, direction, NULL, 0); 167 167 } 168 168 /*----------------------------------------------------------------------------*/
Note:
See TracChangeset
for help on using the changeset viewer.