Ignore:
File:
1 edited

Legend:

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

    ra76b01b4 r8c62a71  
    4141#include <assert.h>
    4242
    43 
     43/*---------------------------------------------------------------------------*/
    4444/*
    4545 * Constants defining current parsing mode for correct parsing of the set of
     
    6161#define INSIDE_DELIMITER_SET    2
    6262
    63 
     63/*---------------------------------------------------------------------------*/
    6464       
    6565/** The new report item flag. Used to determine when the item is completly
     
    7878#define USB_HID_UNKNOWN_TAG             -99
    7979
    80 
     80/*---------------------------------------------------------------------------*/
    8181/**
    8282 * Checks if given collection path is already present in report structure and
     
    124124}
    125125
    126 
     126/*---------------------------------------------------------------------------*/
    127127/**
    128128 * Initialize the report descriptor parser structure
     
    147147}
    148148
    149 
     149/*---------------------------------------------------------------------------*/
    150150
    151151/**
     
    314314        return EOK;
    315315}
    316 
     316/*---------------------------------------------------------------------------*/
    317317/**
    318318 * Finds description of report with given report_id and of given type in
     
    348348        return NULL;
    349349}
    350 
     350/*---------------------------------------------------------------------------*/
    351351
    352352/** Parse HID report descriptor.
     
    536536}
    537537
    538 
     538/*---------------------------------------------------------------------------*/
    539539
    540540/**
     
    871871        return EOK;
    872872}
    873 
     873/*---------------------------------------------------------------------------*/
    874874
    875875/**
     
    892892        return result;
    893893}
    894 
     894/*---------------------------------------------------------------------------*/
    895895
    896896/**
     
    941941
    942942}
    943 
     943/*---------------------------------------------------------------------------*/
    944944
    945945/**
     
    972972        }
    973973}
    974 
     974/*---------------------------------------------------------------------------*/
    975975
    976976
     
    10221022        return;
    10231023}
    1024 
     1024/*---------------------------------------------------------------------------*/
    10251025
    10261026/**
Note: See TracChangeset for help on using the changeset viewer.