Ignore:
Timestamp:
2016-08-31T11:15:39Z (9 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
10cb47e
Parents:
7a67416
Message:

code review and cstyle cleanup (no change in functionality)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/classes/hub.h

    r7a67416 r58563585  
    110110         */
    111111        uint8_t characteristics;
     112
    112113#define HUB_CHAR_POWER_PER_PORT_FLAG    (1 << 0)
    113114#define HUB_CHAR_NO_POWER_SWITCH_FLAG   (1 << 1)
     
    196197 */
    197198/* 7 (basic size) + 2*32 (port bitmasks) */
    198 #define USB_HUB_MAX_DESCRIPTOR_SIZE (7 + 2 * 32)
     199#define USB_HUB_MAX_DESCRIPTOR_SIZE  (7 + 2 * 32)
    199200
    200201#endif
Note: See TracChangeset for help on using the changeset viewer.