Changes in uspace/drv/usbhub/utils.c [0f21c0c:103a3626] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/utils.c
r0f21c0c r103a3626 38 38 39 39 #include <usbhc_iface.h> 40 #include <usb/usbdrv.h> 40 41 #include <usb/descriptor.h> 42 #include <usb/devreq.h> 41 43 #include <usb/classes/hub.h> 42 44 … … 112 114 113 115 //control transactions 114 /* 116 115 117 int usb_drv_sync_control_read( 116 118 int phone, usb_target_t target, … … 197 199 } 198 200 199 */ 201 200 202 201 203
Note:
See TracChangeset
for help on using the changeset viewer.