Changeset d09791e6 in mainline for uspace/lib/usbhost/src
- Timestamp:
- 2012-12-20T15:40:23Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a720ff6
- Parents:
- d9b2c73
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/src/hcd.c
rd9b2c73 rd09791e6 307 307 * - registers interrupt handler 308 308 */ 309 int hcd_setup_device(ddf_dev_t *device )309 int hcd_setup_device(ddf_dev_t *device, ddf_fun_t **hc_fun) 310 310 { 311 311 if (device == NULL) … … 355 355 356 356 /* HC should be ok at this point (except it can't do anything) */ 357 if (hc_fun) 358 *hc_fun = instance->hc_fun; 357 359 358 360 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.