Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/ohci_rh.c

    r8d2dd7f2 r05b59393  
    367367        case USB_HUB_FEATURE_C_PORT_RESET:        /*20*/
    368368                usb_log_debug2("Clearing port C_CONNECTION, C_ENABLE, "
    369                     "C_SUSPEND, C_OC or C_RESET on port %"PRIu16".\n", port);
     369                    "C_SUSPEND, C_OC or C_RESET on port %u.\n", port);
    370370                /* Bit offsets correspond to the feature number */
    371371                OHCI_WR(hub->registers->rh_port_status[port],
     
    416416        case USB_HUB_FEATURE_PORT_RESET:   /*4*/
    417417                usb_log_debug2("Setting port POWER, ENABLE, SUSPEND or RESET "
    418                     "on port %"PRIu16".\n", port);
     418                    "on port %u.\n", port);
    419419                /* Bit offsets correspond to the feature number */
    420420                OHCI_WR(hub->registers->rh_port_status[port], 1 << feature);
Note: See TracChangeset for help on using the changeset viewer.