Changeset c0ec9e7 in mainline
- Timestamp:
- 2017-08-17T17:33:18Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 176a70a
- Parents:
- e4001f7
- Location:
- uspace/drv/bus/usb/xhci
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/Makefile
re4001f7 rc0ec9e7 43 43 SOURCES = \ 44 44 hc.c \ 45 endpoint.c \ 45 46 debug.c \ 46 47 trb_ring.c \ -
uspace/drv/bus/usb/xhci/main.c
re4001f7 rc0ec9e7 42 42 43 43 #include "hc.h" 44 #include "endpoint.h" 44 45 45 46 #define NAME "xhci" … … 65 66 .schedule = hcd_schedule, 66 67 .irq_hook = hcd_interrupt, 68 .ep_add_hook = endpoint_init, 69 .ep_remove_hook = endpoint_fini, 67 70 .status_hook = hcd_status, 68 71 }
Note:
See TracChangeset
for help on using the changeset viewer.