Ignore:
File:
1 edited

Legend:

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

    r76fbd9a re882e3a  
    3737#include <str_error.h>
    3838#include <async.h>
    39 #include <devman.h>
    4039
    4140#include <usb/usb.h>    /* usb_address_t */
     
    6463        return pio_read_16(port->address);
    6564}
    66 
     65/*----------------------------------------------------------------------------*/
    6766/** Register writing helper function.
    6867 *
     
    7675        pio_write_16(port->address, val);
    7776}
    78 
     77/*----------------------------------------------------------------------------*/
    7978/** Initialize UHCI root hub port instance.
    8079 *
     
    128127        return EOK;
    129128}
    130 
     129/*----------------------------------------------------------------------------*/
    131130/** Cleanup UHCI root hub port instance.
    132131 *
     
    142141        return;
    143142}
    144 
     143/*----------------------------------------------------------------------------*/
    145144/** Periodically checks port status and reports new devices.
    146145 *
     
    211210        return EOK;
    212211}
    213 
     212/*----------------------------------------------------------------------------*/
    214213/** Callback for enabling port during adding a new device.
    215214 *
     
    248247        return EOK;
    249248}
    250 
     249/*----------------------------------------------------------------------------*/
    251250/** Initialize and report connected device.
    252251 *
     
    283282        return EOK;
    284283}
    285 
     284/*----------------------------------------------------------------------------*/
    286285/** Remove device.
    287286 *
     
    325324        return EOK;
    326325}
    327 
     326/*----------------------------------------------------------------------------*/
    328327/** Enable or disable root hub port.
    329328 *
     
    359358        return EOK;
    360359}
    361 
     360/*----------------------------------------------------------------------------*/
    362361/** Print the port status value in a human friendly way
    363362 *
Note: See TracChangeset for help on using the changeset viewer.