Changes in uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c [8064c2f6:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c
r8064c2f6 r9d58539 32 32 * @brief UHCI driver 33 33 */ 34 #include <errno.h> 35 #include <usb/debug.h> 34 36 35 #include <assert.h>36 #include <errno.h>37 38 #include <usb/debug.h>39 #include <usb/usb.h>40 41 #include "link_pointer.h"42 37 #include "transfer_descriptor.h" 43 38 #include "../utils/malloc32.h" … … 112 107 } 113 108 } 114 109 /*----------------------------------------------------------------------------*/ 115 110 /** Convert TD status into standard error code 116 111 * … … 150 145 return EOK; 151 146 } 152 147 /*----------------------------------------------------------------------------*/ 153 148 /** Print values in status field (dw1) in a human readable way. 154 149 *
Note:
See TracChangeset
for help on using the changeset viewer.