Changeset 944f8fdd in mainline for uspace/drv/bus/usb/uhci/main.c
- Timestamp:
- 2018-01-19T17:38:22Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2833bb4
- Parents:
- 861b5d6
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-19 17:06:40)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-19 17:38:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/main.c
r861b5d6 r944f8fdd 43 43 #include <str_error.h> 44 44 #include <usb/debug.h> 45 #include <usb/host/ ddf_helpers.h>45 #include <usb/host/utility.h> 46 46 47 47 #include "hc.h" … … 58 58 .hc_add = hc_add, 59 59 .start = hc_start, 60 .setup_root_hub = hc d_setup_virtual_root_hub,60 .setup_root_hub = hc_setup_virtual_root_hub, 61 61 .hc_gone = hc_gone, 62 62 };
Note:
See TracChangeset
for help on using the changeset viewer.