Ignore:
File:
1 edited

Legend:

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

    r76fbd9a r6e3c005  
    6464        return pio_read_16(port->address);
    6565}
    66 
     66/*----------------------------------------------------------------------------*/
    6767/** Register writing helper function.
    6868 *
     
    7676        pio_write_16(port->address, val);
    7777}
    78 
     78/*----------------------------------------------------------------------------*/
    7979/** Initialize UHCI root hub port instance.
    8080 *
     
    128128        return EOK;
    129129}
    130 
     130/*----------------------------------------------------------------------------*/
    131131/** Cleanup UHCI root hub port instance.
    132132 *
     
    142142        return;
    143143}
    144 
     144/*----------------------------------------------------------------------------*/
    145145/** Periodically checks port status and reports new devices.
    146146 *
     
    211211        return EOK;
    212212}
    213 
     213/*----------------------------------------------------------------------------*/
    214214/** Callback for enabling port during adding a new device.
    215215 *
     
    248248        return EOK;
    249249}
    250 
     250/*----------------------------------------------------------------------------*/
    251251/** Initialize and report connected device.
    252252 *
     
    283283        return EOK;
    284284}
    285 
     285/*----------------------------------------------------------------------------*/
    286286/** Remove device.
    287287 *
     
    325325        return EOK;
    326326}
    327 
     327/*----------------------------------------------------------------------------*/
    328328/** Enable or disable root hub port.
    329329 *
     
    359359        return EOK;
    360360}
    361 
     361/*----------------------------------------------------------------------------*/
    362362/** Print the port status value in a human friendly way
    363363 *
Note: See TracChangeset for help on using the changeset viewer.