Changeset 1760556 in mainline
- Timestamp:
- 2013-12-31T07:41:12Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c24983
- Parents:
- 75d8821
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci_rh.c
r75d8821 r1760556 63 63 assert(instance); 64 64 const unsigned dsize = sizeof(usb_hub_descriptor_header_t) + 65 STATUS_BYTES(instance->port_count) ;65 STATUS_BYTES(instance->port_count) * 2; 66 66 assert(dsize <= sizeof(instance->hub_descriptor)); 67 67 const uint32_t hub_desc = OHCI_RD(instance->registers->rh_desc_a);
Note:
See TracChangeset
for help on using the changeset viewer.