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