Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbdev/src/devdrv.c

    ra76b01b4 r4291215  
    7474        return ddf_driver_main(&generic_driver);
    7575}
    76 
     76/*----------------------------------------------------------------------------*/
    7777/** Count number of pipes the driver expects.
    7878 *
     
    8787        return count;
    8888}
    89 
     89/*----------------------------------------------------------------------------*/
    9090/** Callback when a new device is supposed to be controlled by this driver.
    9191 *
     
    124124        return rc;
    125125}
    126 
     126/*----------------------------------------------------------------------------*/
    127127/** Callback when a device is supposed to be removed from the system.
    128128 *
     
    146146        return EOK;
    147147}
    148 
     148/*----------------------------------------------------------------------------*/
    149149/** Callback when a device was removed from the system.
    150150 *
     
    167167        return ret;
    168168}
    169 
     169/*----------------------------------------------------------------------------*/
    170170/** Destroy existing pipes of a USB device.
    171171 *
     
    178178        dev->pipes_count = 0;
    179179}
    180 
     180/*----------------------------------------------------------------------------*/
    181181/** Change interface setting of a device.
    182182 * This function selects new alternate setting of an interface by issuing
Note: See TracChangeset for help on using the changeset viewer.