Changeset f704194 in mainline


Ignore:
Timestamp:
2013-01-05T11:36:00Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
97663ee
Parents:
bbd68a4
Message:

vhc: Whitespace fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/vhc/hub/virthub.c

    rbbd68a4 rf704194  
    7777        .type = USB_DESCTYPE_HUB,
    7878        .port_count = HUB_PORT_COUNT,
    79         .characteristics = 0, 
     79        .characteristics = 0,
    8080        .power_on_warm_up = 50, /* Huh? */
    8181        .max_current = 100, /* Huh again. */
     
    9898        .length = sizeof(usb_standard_configuration_descriptor_t),
    9999        .descriptor_type = USB_DESCTYPE_CONFIGURATION,
    100         .total_length = 
     100        .total_length =
    101101                sizeof(usb_standard_configuration_descriptor_t)
    102102                + sizeof(std_interface_descriptor)
Note: See TracChangeset for help on using the changeset viewer.