Ignore:
Timestamp:
2018-09-13T12:05:53Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

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

    rb2aaaa0 r09ab0a9a  
    4242#include <stdlib.h>
    4343
    44 
    4544/*
    4645 * Constants defining current parsing mode for correct parsing of the set of
     
    6261#define INSIDE_DELIMITER_SET    2
    6362
    64 
    65 
    6663/** The new report item flag. Used to determine when the item is completly
    6764 * configured and should be added to the report structure
     
    7976/** Unknown tag was founded in report descriptor data*/
    8077#define USB_HID_UNKNOWN_TAG             -99
    81 
    8278
    8379/**
     
    125121}
    126122
    127 
    128123/**
    129124 * Initialize the report descriptor parser structure
     
    147142        return EOK;
    148143}
    149 
    150 
    151144
    152145/**
     
    329322}
    330323
    331 
    332324/** Parse HID report descriptor.
    333325 *
     
    510502                }
    511503
    512 
    513504        }
    514505
    515506        return EOK;
    516507}
    517 
    518 
    519508
    520509/**
     
    759748                            usb_hid_report_tag_data_uint32(data, item_size));
    760749
    761 
    762750                        report_item->usage_minimum =
    763751                            USB_HID_EXTENDED_USAGE(
     
    867855        return result;
    868856}
    869 
    870857
    871858/**
     
    909896}
    910897
    911 
    912898/**
    913899 * Prints content of given report descriptor in human readable format.
     
    936922}
    937923
    938 
    939 
    940924/** Frees the HID report descriptor parser structure
    941925 *
     
    986970}
    987971
    988 
    989972/**
    990973 * @}
Note: See TracChangeset for help on using the changeset viewer.