Changeset 09ab0a9a in mainline for uspace/lib/usbhid/src/hidparser.c


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/hidparser.c

    rb2aaaa0 r09ab0a9a  
    4444#include <macros.h>
    4545
    46 
    4746/*
    4847 * Data translation private functions
     
    5453uint32_t usb_hid_translate_data_reverse(usb_hid_report_field_t *item,
    5554    int32_t value);
    56 
    57 
    5855
    5956static int usb_pow(int a, int b)
     
    7269}
    7370
    74 
    7571/** Returns size of report of specified report id and type in items
    7672 *
     
    120116        }
    121117}
    122 
    123118
    124119/** Parse and act upon a HID report.
     
    192187}
    193188
    194 
    195189/**
    196190 * Translate data from the report as specified in report descriptor item
     
    258252            item->physical_minimum);
    259253}
    260 
    261254
    262255/* OUTPUT API */
     
    299292        }
    300293}
    301 
    302294
    303295/** Frees output report buffer
     
    410402}
    411403
    412 
    413404/**
    414405 * Translate given data for putting them into the outoput report
     
    455446}
    456447
    457 
    458448/**
    459449 * Clones given state table
     
    475465        return new_report_item;
    476466}
    477 
    478467
    479468/**
     
    531520}
    532521
    533 
    534522/**
    535523 * Returns next report_id of report of specified type. If zero is given than
     
    578566        return 0;
    579567}
    580 
    581568
    582569/**
Note: See TracChangeset for help on using the changeset viewer.