Changeset 76fbd9a in mainline for uspace/drv/bus/usb/ohci/root_hub.c


Ignore:
Timestamp:
2012-02-24T19:07:44Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a76b01b4
Parents:
5837c7a
Message:

usb drivers: remove optical separators

File:
1 edited

Legend:

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

    r5837c7a r76fbd9a  
    210210            instance->port_count);
    211211}
    212 /*----------------------------------------------------------------------------*/
     212
    213213/**
    214214 * Process root hub request.
     
    251251        }
    252252}
    253 /*----------------------------------------------------------------------------*/
     253
    254254/**
    255255 * Process interrupt on a hub device.
     
    272272        fibril_mutex_unlock(&instance->guard);
    273273}
    274 /*----------------------------------------------------------------------------*/
     274
    275275/**
    276276 * Create hub descriptor.
     
    327327        }
    328328}
    329 /*----------------------------------------------------------------------------*/
     329
    330330/** Initialize hub descriptors.
    331331 *
     
    353353            instance->hub_descriptor_size);
    354354}
    355 /*----------------------------------------------------------------------------*/
     355
    356356/**
    357357 * Create bitmap of changes to answer status interrupt.
     
    384384        return uint16_host2usb(mask);
    385385}
    386 /*----------------------------------------------------------------------------*/
     386
    387387/**
    388388 * Create answer to status request.
     
    475475
    476476}
    477 /*----------------------------------------------------------------------------*/
     477
    478478/**
    479479 * Create answer to a descriptor request.
     
    549549        TRANSFER_END(request, ENOTSUP);
    550550}
    551 /*----------------------------------------------------------------------------*/
     551
    552552/**
    553553 * process feature-enabling request on hub
     
    595595        }
    596596}
    597 /*----------------------------------------------------------------------------*/
     597
    598598/**
    599599 * Process feature clear request.
     
    659659        }
    660660}
    661 /*----------------------------------------------------------------------------*/
     661
    662662/**
    663663 * process one of requests that do not request nor carry additional data
     
    697697        }
    698698}
    699 /*----------------------------------------------------------------------------*/
     699
    700700/**
    701701 * process one of requests that do not request nor carry additional data
     
    744744        }
    745745}
    746 /*----------------------------------------------------------------------------*/
     746
    747747/**
    748748 * Process hub control request.
Note: See TracChangeset for help on using the changeset viewer.