Changeset f704194 in mainline
- Timestamp:
- 2013-01-05T11:36:00Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 97663ee
- Parents:
- bbd68a4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/vhc/hub/virthub.c
rbbd68a4 rf704194 77 77 .type = USB_DESCTYPE_HUB, 78 78 .port_count = HUB_PORT_COUNT, 79 .characteristics = 0, 79 .characteristics = 0, 80 80 .power_on_warm_up = 50, /* Huh? */ 81 81 .max_current = 100, /* Huh again. */ … … 98 98 .length = sizeof(usb_standard_configuration_descriptor_t), 99 99 .descriptor_type = USB_DESCTYPE_CONFIGURATION, 100 .total_length = 100 .total_length = 101 101 sizeof(usb_standard_configuration_descriptor_t) 102 102 + sizeof(std_interface_descriptor)
Note:
See TracChangeset
for help on using the changeset viewer.