Changeset 53332b5b in mainline for uspace/drv/bus/usb/uhci/uhci.c
- Timestamp:
- 2012-12-21T11:01:09Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ef03d7
- Parents:
- a720ff6
- File:
-
- 1 edited
-
uspace/drv/bus/usb/uhci/uhci.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/uhci.c
ra720ff6 r53332b5b 40 40 #include <str_error.h> 41 41 #include <ddf/interrupt.h> 42 #include <usb_iface.h>43 42 #include <usb/ddfiface.h> 44 43 #include <usb/debug.h> 45 44 #include <usb/host/hcd.h> 45 #include <usb/host/ddf_helpers.h> 46 46 47 47 #include "uhci.h" … … 137 137 138 138 ddf_fun_t *hc_fun = NULL; 139 ret = hcd_ setup_device(device, &hc_fun);139 ret = hcd_ddf_setup_device(device, &hc_fun); 140 140 CHECK_RET_RETURN(ret, "Failed to setup UHCI HCD.\n"); 141 141
Note:
See TracChangeset
for help on using the changeset viewer.
