Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhub/port.c

    r58563585 r8351f9a4  
    2727 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2828 */
    29 
    3029/** @addtogroup drvusbhub
    3130 * @{
     
    176175                } else {
    177176                        /* Handle the case we were in reset */
    178                         // FIXME: usb_hub_port_reset_fail(port);
     177                        //usb_hub_port_reset_fail(port);
    179178                        /* If enabled change was reported leave the removal
    180179                         * to that handler, it shall ACK the change too. */
     
    187186        /* Enable change, ports are automatically disabled on errors. */
    188187        if (status & USB_HUB_PORT_C_STATUS_ENABLED) {
    189                 // TODO: maybe HS reset failed?
     188                //TODO: maybe HS reset failed?
    190189                usb_log_info("(%p-%u): Port disabled because of errors.\n", hub,
    191190                   port->port_number);
Note: See TracChangeset for help on using the changeset viewer.