Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhid/src/hidpath.c

    ra76b01b4 r0cda600  
    4141#include <assert.h>
    4242
    43 
     43/*---------------------------------------------------------------------------*/
    4444/**
    4545 * Compares two usages if they are same or not or one of the usages is not
     
    6363        ((page1 == page2) || (page1 == 0) || (page2 == 0))
    6464
    65 
     65/*---------------------------------------------------------------------------*/
    6666/**
    6767 * Appends one item (couple of usage_path and usage) into the usage path
     
    9393}
    9494
    95 
     95/*---------------------------------------------------------------------------*/
    9696/**
    9797 * Removes last item from the usage path structure
     
    114114}
    115115
    116 
     116/*---------------------------------------------------------------------------*/
    117117/**
    118118 * Nulls last item of the usage path structure.
     
    133133}
    134134
    135 
     135/*---------------------------------------------------------------------------*/
    136136/**
    137137 * Modifies last item of usage path structure by given usage page or usage
     
    164164}
    165165
    166 
     166/*---------------------------------------------------------------------------*/
    167167/**
    168168 *
     
    188188}
    189189
    190 
     190/*---------------------------------------------------------------------------*/
    191191/**
    192192 * Compares two usage paths structures
     
    354354}
    355355
    356 
     356/*---------------------------------------------------------------------------*/
    357357/**
    358358 * Allocates and initializes new usage path structure.
     
    376376}
    377377
    378 
     378/*---------------------------------------------------------------------------*/
    379379/**
    380380 * Releases given usage path structure.
     
    395395}
    396396
    397 
     397/*---------------------------------------------------------------------------*/
    398398/**
    399399 * Clone content of given usage path to the new one
     
    441441}
    442442
    443 
     443/*---------------------------------------------------------------------------*/
    444444/**
    445445 * Sets report id in usage path structure
Note: See TracChangeset for help on using the changeset viewer.