Changes in uspace/drv/bus/usb/usbhub/port.c [8351f9a4:58563585] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbhub/port.c
r8351f9a4 r58563585 27 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 28 */ 29 29 30 /** @addtogroup drvusbhub 30 31 * @{ … … 175 176 } else { 176 177 /* Handle the case we were in reset */ 177 // usb_hub_port_reset_fail(port);178 // FIXME: usb_hub_port_reset_fail(port); 178 179 /* If enabled change was reported leave the removal 179 180 * to that handler, it shall ACK the change too. */ … … 186 187 /* Enable change, ports are automatically disabled on errors. */ 187 188 if (status & USB_HUB_PORT_C_STATUS_ENABLED) { 188 // TODO: maybe HS reset failed?189 // TODO: maybe HS reset failed? 189 190 usb_log_info("(%p-%u): Port disabled because of errors.\n", hub, 190 191 port->port_number);
Note:
See TracChangeset
for help on using the changeset viewer.