Changeset 58563585 in mainline for uspace/drv/bus/usb/usbhub/port.c


Ignore:
Timestamp:
2016-08-31T11:15:39Z (8 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
10cb47e
Parents:
7a67416
Message:

code review and cstyle cleanup (no change in functionality)

File:
1 edited

Legend:

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

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