Changeset 8565a42 in mainline for uspace/lib/usbhid/include/usb/hid


Ignore:
Timestamp:
2018-03-02T20:34:50Z (8 years ago)
Author:
GitHub <noreply@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1a81f69, d5e5fd1
Parents:
3061bc1 (diff), 34e1206 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:34:50)
git-committer:
GitHub <noreply@…> (2018-03-02 20:34:50)
Message:

Remove all trailing whitespace, everywhere.

See individual commit messages for details.

Location:
uspace/lib/usbhid/include/usb/hid
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhid/include/usb/hid/hidtypes.h

    r3061bc1 r8565a42  
    109109        /** Report id of last parsed report. */
    110110        uint8_t last_report_id;
    111        
     111
    112112} usb_hid_report_t;
    113113
     
    128128        /** Number of items in report */
    129129        size_t item_length;
    130        
     130
    131131        /** List of report items in report */
    132132        list_t report_items;
     
    182182        /** The greatest valid usage index */
    183183        int32_t usage_maximum;
    184        
     184
    185185        /** Unit of the value */
    186186        uint32_t unit;
     
    210210        /** report id */
    211211        int32_t id;
    212        
     212
    213213        /** Extended usage page */
    214214        uint16_t extended_usage_page;
     
    216216        /** Array of usages specified for this item */
    217217        uint32_t usages[USB_HID_MAX_USAGES];
    218        
     218
    219219        /** Length of usages array */
    220220        int usages_count;
     
    225225        /** Minimum valid usage index */
    226226        int32_t usage_minimum;
    227        
     227
    228228        /** Maximum valid usage index */
    229229        int32_t usage_maximum;
    230        
     230
    231231        /** Minimum valid logical value */
    232232        int32_t logical_minimum;
    233        
     233
    234234        /** Maximum valid logical value */
    235235        int32_t logical_maximum;
  • uspace/lib/usbhid/include/usb/hid/usages/core.h

    r3061bc1 r8565a42  
    6464        USB_HIDUT_USAGE_GENERIC_DESKTOP_WHEEL = 0x38
    6565        /* USB_HIDUT_USAGE_GENERIC_DESKTOP_ = , */
    66        
     66
    6767} usb_hidut_usage_generic_desktop_t;
    6868
Note: See TracChangeset for help on using the changeset viewer.