Ignore:
File:
1 edited

Legend:

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

    re882e3a r76fbd9a  
    3737#include <str_error.h>
    3838#include <async.h>
     39#include <devman.h>
    3940
    4041#include <usb/usb.h>    /* usb_address_t */
     
    6364        return pio_read_16(port->address);
    6465}
    65 /*----------------------------------------------------------------------------*/
     66
    6667/** Register writing helper function.
    6768 *
     
    7576        pio_write_16(port->address, val);
    7677}
    77 /*----------------------------------------------------------------------------*/
     78
    7879/** Initialize UHCI root hub port instance.
    7980 *
     
    127128        return EOK;
    128129}
    129 /*----------------------------------------------------------------------------*/
     130
    130131/** Cleanup UHCI root hub port instance.
    131132 *
     
    141142        return;
    142143}
    143 /*----------------------------------------------------------------------------*/
     144
    144145/** Periodically checks port status and reports new devices.
    145146 *
     
    210211        return EOK;
    211212}
    212 /*----------------------------------------------------------------------------*/
     213
    213214/** Callback for enabling port during adding a new device.
    214215 *
     
    247248        return EOK;
    248249}
    249 /*----------------------------------------------------------------------------*/
     250
    250251/** Initialize and report connected device.
    251252 *
     
    282283        return EOK;
    283284}
    284 /*----------------------------------------------------------------------------*/
     285
    285286/** Remove device.
    286287 *
     
    324325        return EOK;
    325326}
    326 /*----------------------------------------------------------------------------*/
     327
    327328/** Enable or disable root hub port.
    328329 *
     
    358359        return EOK;
    359360}
    360 /*----------------------------------------------------------------------------*/
     361
    361362/** Print the port status value in a human friendly way
    362363 *
Note: See TracChangeset for help on using the changeset viewer.